#BBFBDE

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

Shades of Aero Blue #BBFBDE

Tints of Aero Blue #BBFBDE

Color information

#BBFBDE (or 0xBBFBDE) is unknown color: approx Aero Blue. HEX triplet: BB, FB and DE. RGB value is (187,251,222). Sum of RGB (Red+Green+Blue) = 187+251+222=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDE is #440421. Grayscale: #E4E4E4. Windows color (decimal): -4457506 or 14613435. OLE color: 14613435.

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

Color convert

RGB187251222-
CMYK0.2500.120.02
HSL152.81º88.89%85.88%-
HSV(B)152.81º25.5%98.43%-
XYZ68.1884.8381.89-
YUV228.56124.398.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=28.33%
G=38.03%
B=33.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512220.2500.120.02152.8188.8985.88
HexBBFBDE190C2995956
Octal273373336310142231131126
Binary1011101111111011110111101100101100101001100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBDE; }

 p { color: rgb(187,251,222); }

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

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

 a { background-color: rgb(187,251,222); }

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

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

 span { border-color: rgb(187,251,222); }

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