#BBEAD5

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

Shades of Aero Blue #BBEAD5

Tints of Aero Blue #BBEAD5

Color information

#BBEAD5 (or 0xBBEAD5) is unknown color: approx Aero Blue. HEX triplet: BB, EA and D5. RGB value is (187,234,213). Sum of RGB (Red+Green+Blue) = 187+234+213=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD5 is #44152A. Grayscale: #D9D9D9. Windows color (decimal): -4461867 or 14019259. OLE color: 14019259.

HSL color Cylindrical-coordinate representation of color #BBEAD5: hue angle of 153.19º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAD5 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB187234213-
CMYK0.2000.090.08
HSL153.19º52.81%82.55%-
HSV(B)153.19º20.09%91.76%-
XYZ61.9374.2174.01-
YUV217.55125.43106.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=29.50%
G=36.91%
B=33.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342130.2000.090.08153.1952.8182.55
HexBBEAD514098993553
Octal273352325240111023165123
Binary10111011111010101101010110100010011000100110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAD5; }

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

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

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

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

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

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

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

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