#BBF7D2

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

Shades of Aero Blue #BBF7D2

Tints of Aero Blue #BBF7D2

Color information

#BBF7D2 (or 0xBBF7D2) is unknown color: approx Aero Blue. HEX triplet: BB, F7 and D2. RGB value is (187,247,210). Sum of RGB (Red+Green+Blue) = 187+247+210=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7D2 is #44082D. Grayscale: #E0E0E0. Windows color (decimal): -4458542 or 13825979. OLE color: 13825979.

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

Color convert

RGB187247210-
CMYK0.2400.150.03
HSL143º78.95%85.1%-
HSV(B)143º24.29%96.86%-
XYZ65.3981.7473.3-
YUV224.84119.62101.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 247 (96.88% from 255) = 38.35%
BLUE value IS 210 (82.42% from 255) = 32.61%
R=29.04%
G=38.35%
B=32.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472100.2400.150.0314378.9585.1
HexBBF7D2180F38f4f55
Octal273367322300173217117125
Binary1011101111110111110100101100001111111000111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7D2; }

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

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

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

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

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

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

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

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