#BBFBDC

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

Shades of Aero Blue #BBFBDC

Tints of Aero Blue #BBFBDC

Color information

#BBFBDC (or 0xBBFBDC) is unknown color: approx Aero Blue. HEX triplet: BB, FB and DC. RGB value is (187,251,220). Sum of RGB (Red+Green+Blue) = 187+251+220=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBDC is #440423. Grayscale: #E4E4E4. Windows color (decimal): -4457508 or 14482363. OLE color: 14482363.

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

Color convert

RGB187251220-
CMYK0.2500.120.02
HSL150.94º88.89%85.88%-
HSV(B)150.94º25.5%98.43%-
XYZ67.9184.7380.48-
YUV228.33123.398.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=28.42%
G=38.15%
B=33.43%

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
Decimal1872512200.2500.120.02150.9488.8985.88
HexBBFBDC190C2975956
Octal273373334310142227131126
Binary1011101111111011110111001100101100101001011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBDC; }

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

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

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

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

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

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

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

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