#BBF8DC

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

Shades of Aero Blue #BBF8DC

Tints of Aero Blue #BBF8DC

Color information

#BBF8DC (or 0xBBF8DC) is unknown color: approx Aero Blue. HEX triplet: BB, F8 and DC. RGB value is (187,248,220). Sum of RGB (Red+Green+Blue) = 187+248+220=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8DC is #440723. Grayscale: #E2E2E2. Windows color (decimal): -4458276 or 14481595. OLE color: 14481595.

HSL color Cylindrical-coordinate representation of color #BBF8DC: hue angle of 152.46º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8DC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB187248220-
CMYK0.2500.110.03
HSL152.46º81.33%85.29%-
HSV(B)152.46º24.6%97.25%-
XYZ66.9882.8780.17-
YUV226.57124.2999.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=28.55%
G=37.86%
B=33.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482200.2500.110.03152.4681.3385.29
HexBBF8DC190B3985155
Octal273370334310133230121125
Binary1011101111111000110111001100101011111001100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8DC; }

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

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

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

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

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

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

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

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