COLOR #BEEAE8

HEX: #BEEAE8 RGB: (190,234,232)

Color info

#BEEAE8 contains red, green and blue colors in about the same proportion. Web safe color of #BEEAE8 is #CCFFFF (or #CFF).

RGB color model

#BEEAE8 color RGB value is (190,234,232).

RGB: (190,234,232) (75%, 92%, 91%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 232 of 255 = 91%

190
234
232

R + G + B ~ 86%. #BEEAE8 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 234 + 232 = 656 (100%)
R 190 of 656 ~ 28.96%
G 234 of 656 ~ 35.67%
B 232 of 656 ~ 35.37'%

%28.96
%35.67
%35.37

CMYK color model

#BEEAE8 color CMYK value is (19,0,1,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 8.24%
CMYK: (19,0,1,8) C19M0Y1K8 (19%,0%,1%,8%) (0.19/0.00/0.01/0.08) 

CMYK percentages

%18.8
%0
%0.85
%8.24

Codes

Color #BEEAE8 in popluar color models

BE EA E8
RGB 190 234 232
HSL 177° 51.16% 83.14%
HSB/HSV 177° 18.80% 91.76%
CMYK 18.80% 0.00% 0.85%
8.24%

Color #BEEAE8 in popluar number systems.

HEX BE EA E8
Decimal 190 234 232
Binary 10111110 11101010 11101000
Octal 276 352 350

Shades and tints

Shades of #BEEAE8

#BEEAE8
(190,234,232)
#ADD5D3
(173,213,211)
#9CC0BE
(156,192,190)
#8BABA9
(139,171,169)
#7A9694
(122,150,148)
#69817F
(105,129,127)
#586C6A
(88,108,106)
#475755
(71,87,85)
#364240
(54,66,64)
#252D2B
(37,45,43)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BEEAE8

#BEEAE8
(190,234,232)
#C3EBEA
(195,235,234)
#C8ECEC
(200,236,236)
#CDEDEE
(205,237,238)
#D2EEF0
(210,238,240)
#D7EFF2
(215,239,242)
#DCF0F4
(220,240,244)
#E1F1F6
(225,241,246)
#E6F2F8
(230,242,248)
#EBF3FA
(235,243,250)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEAE8 color. Also use rgb(190,234,232) instead hex code.

Text Font Color

.myTextColor { color: #BEEAE8; }

<p style="color:#BEEAE8">This sample text font color is #BEEAE8.</p>

This text font color is #BEEAE8.

Background Color

.myBgColor { background-color: #BEEAE8; }

<div style="background-color:#BEEAE8">Inner text</div>

This div background color is #BEEAE8.

Border color

.myBorderColor { border: 1px solid #BEEAE8; }

<div style="border:3px solid #BEEAE8">Div</div>

This div border color is #BEEAE8.

Opacity

.myOpacity80 { color: #BEEAE8; opacity: 0.8; }

<p style="color:#BEEAE8;opacity:0.8;">80%</p>

Text with #BEEAE8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEEAE8;}

<p style="text-shadow: 3px 3px 1px #BEEAE8">Text here.</p>

This text has shadow with #BEEAE8 color.


.textShadow {text-shadow: 3px 3px 1px #BEEAE8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEEAE8, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEEAE8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEEAE8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEEAE8, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEEAE8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEEAE8;
-webkit-box-shadow: 1px 1px 3px 2px #BEEAE8;
box-shadow: 1px 1px 3px 2px #BEEAE8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEEAE8; -webkit-box-shadow: 1px 1px 3px 2px #BEEAE8; box-shadow:1px 1px 3px 2px #BEEAE8;">
Div content here
</div>

This div box has shadow with color #BEEAE8.

Preview

Color preview on black background

This text has color #BEEAE8 on black background.


Color preview on white background

This text has color #BEEAE8 on white background.


Black color preview on #BEEAE8 background

This text has black color on #BEEAE8 background.


White color preview on #BEEAE8 background

This text has white color on #BEEAE8 background.


Related colors

Complementary color

Complementary color for #hex is #411517.


I love getcolorcode.com

Triadic colors

1 #E8BEEA and #EAE8BE with #BEEAE8 are triadic colors.

2 #E8EABE and #EABEE8 with #BEEAE8 are triadic colors.