#BBEFD0

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

Shades of Aero Blue #BBEFD0

Tints of Aero Blue #BBEFD0

Color information

#BBEFD0 (or 0xBBEFD0) is unknown color: approx Aero Blue. HEX triplet: BB, EF and D0. RGB value is (187,239,208). Sum of RGB (Red+Green+Blue) = 187+239+208=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD0 is #44102F. Grayscale: #DBDBDB. Windows color (decimal): -4460592 or 13692859. OLE color: 13692859.

HSL color Cylindrical-coordinate representation of color #BBEFD0: hue angle of 144.23º 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 #BBEFD0 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB187239208-
CMYK0.2200.130.06
HSL144.23º61.9%83.53%-
HSV(B)144.23º21.76%93.73%-
XYZ62.7576.8571.2-
YUV219.92121.27104.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=29.50%
G=37.70%
B=32.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392080.2200.130.06144.2361.983.53
HexBBEFD0160D6903e54
Octal27335732026015622076124
Binary1011101111101111110100001011001101110100100001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFD0; }

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

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

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

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

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

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

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

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