#bbe5d5

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

Shades of Aero Blue #BBE5D5

Tints of Aero Blue #BBE5D5

Color information

#BBE5D5 (or 0xBBE5D5) is unknown color: approx Aero Blue. HEX triplet: BB, E5 and D5. RGB value is (187,229,213). Sum of RGB (Red+Green+Blue) = 187+229+213=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5D5 is #441A2A. Grayscale: #D6D6D6. Windows color (decimal): -4463147 or 14017979. OLE color: 14017979.

HSL color Cylindrical-coordinate representation of color #BBE5D5: hue angle of 157.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5D5 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB187229213-
CMYK0.1800.070.10
HSL157.14º44.68%81.57%-
HSV(B)157.14º18.34%89.8%-
XYZ60.5271.4173.54-
YUV214.62127.09108.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=29.73%
G=36.41%
B=33.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872292130.1800.070.10157.1444.6881.57
HexBBE5D51207A9d2d52
Octal27334532522071223555122
Binary1011101111100101110101011001001111010100111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbe5d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbe5d5; }

 p { color: rgb(187,229,213); }

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

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

 a { background-color: rgb(187,229,213); }

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

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

 span { border-color: rgb(187,229,213); }

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