#BBFADA

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

Shades of Aero Blue #BBFADA

Tints of Aero Blue #BBFADA

Color information

#BBFADA (or 0xBBFADA) is unknown color: approx Aero Blue. HEX triplet: BB, FA and DA. RGB value is (187,250,218). Sum of RGB (Red+Green+Blue) = 187+250+218=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFADA is #440525. Grayscale: #E3E3E3. Windows color (decimal): -4457766 or 14351035. OLE color: 14351035.

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

Color convert

RGB187250218-
CMYK0.2500.130.02
HSL149.52º86.3%85.69%-
HSV(B)149.52º25.2%98.04%-
XYZ67.338478.99-
YUV227.52122.6399.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=28.55%
G=38.17%
B=33.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502180.2500.130.02149.5286.385.69
HexBBFADA190D2965656
Octal273372332310152226126126
Binary1011101111111010110110101100101101101001011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFADA; }

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

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

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

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

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

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

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

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