#BBF7D7

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

Shades of Aero Blue #BBF7D7

Tints of Aero Blue #BBF7D7

Color information

#BBF7D7 (or 0xBBF7D7) is unknown color: approx Aero Blue. HEX triplet: BB, F7 and D7. RGB value is (187,247,215). Sum of RGB (Red+Green+Blue) = 187+247+215=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7D7 is #440828. Grayscale: #E1E1E1. Windows color (decimal): -4458537 or 14153659. OLE color: 14153659.

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

Color convert

RGB187247215-
CMYK0.2400.130.03
HSL148º78.95%85.1%-
HSV(B)148º24.29%96.86%-
XYZ66.0281.9976.64-
YUV225.41122.12100.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 247 (96.88% from 255) = 38.06%
BLUE value IS 215 (84.38% from 255) = 33.13%
R=28.81%
G=38.06%
B=33.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472150.2400.130.0314878.9585.1
HexBBF7D7180D3944f55
Octal273367327300153224117125
Binary1011101111110111110101111100001101111001010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7D7; }

 p { color: rgb(187,247,215); }

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

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

 a { background-color: rgb(187,247,215); }

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

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

 span { border-color: rgb(187,247,215); }

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