#BBFFD6

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

Shades of Aero Blue #BBFFD6

Tints of Aero Blue #BBFFD6

Color information

#BBFFD6 (or 0xBBFFD6) is unknown color: approx Aero Blue. HEX triplet: BB, FF and D6. RGB value is (187,255,214). Sum of RGB (Red+Green+Blue) = 187+255+214=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD6 is #440029. Grayscale: #E6E6E6. Windows color (decimal): -4456490 or 14090171. OLE color: 14090171.

HSL color Cylindrical-coordinate representation of color #BBFFD6: hue angle of 143.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFD6 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB187255214-
CMYK0.2700.160
HSL143.82º100%86.67%-
HSV(B)143.82º26.67%100%-
XYZ68.3986.9476.79-
YUV229.99118.9797.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=28.51%
G=38.87%
B=32.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552140.2700.160143.8210086.67
HexBBFFD61B0100906457
Octal273377326330200220144127
Binary1011101111111111110101101101101000001001000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFD6; }

 p { color: rgb(187,255,214); }

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

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

 a { background-color: rgb(187,255,214); }

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

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

 span { border-color: rgb(187,255,214); }

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