#BBFAD4

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

Shades of Aero Blue #BBFAD4

Tints of Aero Blue #BBFAD4

Color information

#BBFAD4 (or 0xBBFAD4) is unknown color: approx Aero Blue. HEX triplet: BB, FA and D4. RGB value is (187,250,212). Sum of RGB (Red+Green+Blue) = 187+250+212=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD4 is #44052B. Grayscale: #E2E2E2. Windows color (decimal): -4457772 or 13957819. OLE color: 13957819.

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

Color convert

RGB187250212-
CMYK0.2500.150.02
HSL143.81º86.3%85.69%-
HSV(B)143.81º25.2%98.04%-
XYZ66.5683.6974.93-
YUV226.83119.6399.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=28.81%
G=38.52%
B=32.67%

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
Decimal1872502120.2500.150.02143.8186.385.69
HexBBFAD4190F2905656
Octal273372324310172220126126
Binary1011101111111010110101001100101111101001000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAD4; }

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

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

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

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

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

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

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

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