#BBEFD5

Color #BBEFD5 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BBEFD5

Tints of Aero Blue #BBEFD5

Color information

#BBEFD5 (or 0xBBEFD5) is unknown color: approx Aero Blue. HEX triplet: BB, EF and D5. RGB value is (187,239,213). Sum of RGB (Red+Green+Blue) = 187+239+213=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD5 is #44102A. Grayscale: #DCDCDC. Windows color (decimal): -4460587 or 14020539. OLE color: 14020539.

HSL color Cylindrical-coordinate representation of color #BBEFD5: hue angle of 150º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB187239213-
CMYK0.2200.110.06
HSL150º61.9%83.53%-
HSV(B)150º21.76%93.73%-
XYZ63.3777.174.49-
YUV220.49123.77104.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=29.26%
G=37.40%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392130.2200.110.0615061.983.53
HexBBEFD5160B6963e54
Octal27335732526013622676124
Binary1011101111101111110101011011001011110100101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFD5; }

 p { color: rgb(187,239,213); }

 H1.HeaderClassName
 {
   color: #BBEFD5;
 }
 .AnyTagClassName
 {
   color: #BBEFD5;
 }
</style>
background-color css

<style>
 a { background-color: #BBEFD5; }

 a { background-color: rgb(187,239,213); }

 div.DivClassName
 {
   background-color: #BBEFD5;
 }
 .BgClassName
 {
   background-color: #BBEFD5;
 }
</style>
border-color css

<style>
 span { border-color: #BBEFD5; }

 span { border-color: rgb(187,239,213); }

 td.TdClassName
 {
   border-color: #BBEFD5;
 }
 .TagClassName
 {
   border-color: #BBEFD5;
 }
</style>