#BBFCD5

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

Shades of Aero Blue #BBFCD5

Tints of Aero Blue #BBFCD5

Color information

#BBFCD5 (or 0xBBFCD5) is unknown color: approx Aero Blue. HEX triplet: BB, FC and D5. RGB value is (187,252,213). Sum of RGB (Red+Green+Blue) = 187+252+213=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD5 is #44032A. Grayscale: #E4E4E4. Windows color (decimal): -4457259 or 14023867. OLE color: 14023867.

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

Color convert

RGB187252213-
CMYK0.2600.150.01
HSL144º91.55%86.08%-
HSV(B)144º25.79%98.82%-
XYZ67.3184.9975.81-
YUV228.12119.4798.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=28.68%
G=38.65%
B=32.67%

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
Decimal1872522130.2600.150.0114491.5586.08
HexBBFCD51A0F1905c56
Octal273374325320171220134126
Binary101110111111110011010101110100111111001000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCD5; }

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

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

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

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

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

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

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

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