#BBF9D3

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

Shades of Aero Blue #BBF9D3

Tints of Aero Blue #BBF9D3

Color information

#BBF9D3 (or 0xBBF9D3) is unknown color: approx Aero Blue. HEX triplet: BB, F9 and D3. RGB value is (187,249,211). Sum of RGB (Red+Green+Blue) = 187+249+211=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D3 is #44062C. Grayscale: #E2E2E2. Windows color (decimal): -4458029 or 13892027. OLE color: 13892027.

HSL color Cylindrical-coordinate representation of color #BBF9D3: hue angle of 143.23º 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 #BBF9D3 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB187249211-
CMYK0.2500.150.02
HSL143.23º83.78%85.49%-
HSV(B)143.23º24.9%97.65%-
XYZ66.1383.0274.17-
YUV226.13119.46100.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 249 (97.66% from 255) = 38.49%
BLUE value IS 211 (82.81% from 255) = 32.61%
R=28.90%
G=38.49%
B=32.61%

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
Decimal1872492110.2500.150.02143.2383.7885.49
HexBBF9D3190F28f5455
Octal273371323310172217124125
Binary1011101111111001110100111100101111101000111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9D3; }

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

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

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

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

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

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

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

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