#BBF2DA

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

Shades of Aero Blue #BBF2DA

Tints of Aero Blue #BBF2DA

Color information

#BBF2DA (or 0xBBF2DA) is unknown color: approx Aero Blue. HEX triplet: BB, F2 and DA. RGB value is (187,242,218). Sum of RGB (Red+Green+Blue) = 187+242+218=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DA is #440D25. Grayscale: #DEDEDE. Windows color (decimal): -4459814 or 14348987. OLE color: 14348987.

HSL color Cylindrical-coordinate representation of color #BBF2DA: hue angle of 153.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB187242218-
CMYK0.2300.100.05
HSL153.82º67.9%84.12%-
HSV(B)153.82º22.73%94.9%-
XYZ64.979.1378.18-
YUV222.82125.28102.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=28.90%
G=37.40%
B=33.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422180.2300.100.05153.8267.984.12
HexBBF2DA170A59a4454
Octal273362332270125232104124
Binary10111011111100101101101010111010101011001101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2DA; }

 p { color: rgb(187,242,218); }

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

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

 a { background-color: rgb(187,242,218); }

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

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

 span { border-color: rgb(187,242,218); }

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