#BBF9D4

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

Shades of Aero Blue #BBF9D4

Tints of Aero Blue #BBF9D4

Color information

#BBF9D4 (or 0xBBF9D4) is unknown color: approx Aero Blue. HEX triplet: BB, F9 and D4. RGB value is (187,249,212). Sum of RGB (Red+Green+Blue) = 187+249+212=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D4 is #44062B. Grayscale: #E2E2E2. Windows color (decimal): -4458028 or 13957563. OLE color: 13957563.

HSL color Cylindrical-coordinate representation of color #BBF9D4: hue angle of 144.19º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9D4 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB187249212-
CMYK0.2500.150.02
HSL144.19º83.78%85.49%-
HSV(B)144.19º24.9%97.65%-
XYZ66.2583.0774.83-
YUV226.24119.96100.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=28.86%
G=38.43%
B=32.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492120.2500.150.02144.1983.7885.49
HexBBF9D4190F2905455
Octal273371324310172220124125
Binary1011101111111001110101001100101111101001000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9D4; }

 p { color: rgb(187,249,212); }

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

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

 a { background-color: rgb(187,249,212); }

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

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

 span { border-color: rgb(187,249,212); }

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