COLOR #BBEAEA

HEX: #BBEAEA RGB: (187,234,234)

Color info

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

RGB color model

#BBEAEA color RGB value is (187,234,234).

RGB: (187,234,234) (73%, 92%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 234 of 255 = 92%
B 234 of 255 = 92%

187
234
234

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

Portions of RGB colors in percentages

R + G + B = 187 + 234 + 234 = 655 (100%)
R 187 of 655 ~ 28.55%
G 234 of 655 ~ 35.73%
B 234 of 655 ~ 35.73'%

%28.55
%35.73
%35.73

CMYK color model

#BBEAEA color CMYK value is (20,0,0,8).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,0,0,8)
C20M0Y0K8 (20%, 0%, 0%, 8%)
(0.20 / 0.00 / 0.00 / 0.08)

CMYK percentages

%20.09
%0
%0
%8.24

Codes

Color #BBEAEA in popluar color models

BB EA EA
RGB 187 234 234
HSL 180° 52.81% 82.55%
HSB/HSV 180° 20.09% 91.76%
CMYK 20.09% 0.00% 0.00%
8.24%

Color #BBEAEA in popluar number systems.

HEX BB EA EA
Decimal 187 234 234
Binary 10111011 11101010 11101010
Octal 273 352 352

Shades and tints

Shades of #BBEAEA

#BBEAEA
(187,234,234)
#AAD5D5
(170,213,213)
#99C0C0
(153,192,192)
#88ABAB
(136,171,171)
#779696
(119,150,150)
#668181
(102,129,129)
#556C6C
(85,108,108)
#445757
(68,87,87)
#334242
(51,66,66)
#222D2D
(34,45,45)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBEAEA

#BBEAEA
(187,234,234)
#C1EBEB
(193,235,235)
#C7ECEC
(199,236,236)
#CDEDED
(205,237,237)
#D3EEEE
(211,238,238)
#D9EFEF
(217,239,239)
#DFF0F0
(223,240,240)
#E5F1F1
(229,241,241)
#EBF2F2
(235,242,242)
#F1F3F3
(241,243,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEAEA; }

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

This text font color is #BBEAEA.

Background Color

.myBgColor { background-color: #BBEAEA; }

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

This div background color is #BBEAEA.

Border color

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

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

This div border color is #BBEAEA.

Opacity

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

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

Text with #BBEAEA 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 #BBEAEA;}

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

This text has shadow with #BBEAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBEAEA.

Preview

Color preview on black background

This text has color #BBEAEA on black background.


Color preview on white background

This text has color #BBEAEA on white background.


Black color preview on #BBEAEA background

This text has black color on #BBEAEA background.


White color preview on #BBEAEA background

This text has white color on #BBEAEA background.


Related colors

Complementary color

Complementary color for #hex is #441515.


I love getcolorcode.com