#BBFCD7

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

Shades of Aero Blue #BBFCD7

Tints of Aero Blue #BBFCD7

Color information

#BBFCD7 (or 0xBBFCD7) is unknown color: approx Aero Blue. HEX triplet: BB, FC and D7. RGB value is (187,252,215). Sum of RGB (Red+Green+Blue) = 187+252+215=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD7 is #440328. Grayscale: #E4E4E4. Windows color (decimal): -4457257 or 14154939. OLE color: 14154939.

HSL color Cylindrical-coordinate representation of color #BBFCD7: hue angle of 145.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCD7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB187252215-
CMYK0.2600.150.01
HSL145.85º91.55%86.08%-
HSV(B)145.85º25.79%98.82%-
XYZ67.5785.0977.15-
YUV228.35120.4798.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=28.59%
G=38.53%
B=32.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522150.2600.150.01145.8591.5586.08
HexBBFCD71A0F1925c56
Octal273374327320171222134126
Binary101110111111110011010111110100111111001001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCD7; }

 p { color: rgb(187,252,215); }

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

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

 a { background-color: rgb(187,252,215); }

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

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

 span { border-color: rgb(187,252,215); }

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