#BBF8D6

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

Shades of Aero Blue #BBF8D6

Tints of Aero Blue #BBF8D6

Color information

#BBF8D6 (or 0xBBF8D6) is unknown color: approx Aero Blue. HEX triplet: BB, F8 and D6. RGB value is (187,248,214). Sum of RGB (Red+Green+Blue) = 187+248+214=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D6 is #440729. Grayscale: #E1E1E1. Windows color (decimal): -4458282 or 14088379. OLE color: 14088379.

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

Color convert

RGB187248214-
CMYK0.2500.140.03
HSL146.56º81.33%85.29%-
HSV(B)146.56º24.6%97.25%-
XYZ66.282.5576.06-
YUV225.88121.29100.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 214 (83.98% from 255) = 32.97%
R=28.81%
G=38.21%
B=32.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482140.2500.140.03146.5681.3385.29
HexBBF8D6190E3935155
Octal273370326310163223121125
Binary1011101111111000110101101100101110111001001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8D6; }

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

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

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

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

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

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

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

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