#BBEAD0

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

Shades of Aero Blue #BBEAD0

Tints of Aero Blue #BBEAD0

Color information

#BBEAD0 (or 0xBBEAD0) is unknown color: approx Aero Blue. HEX triplet: BB, EA and D0. RGB value is (187,234,208). Sum of RGB (Red+Green+Blue) = 187+234+208=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD0 is #44152F. Grayscale: #D9D9D9. Windows color (decimal): -4461872 or 13691579. OLE color: 13691579.

HSL color Cylindrical-coordinate representation of color #BBEAD0: hue angle of 146.81º 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 #BBEAD0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB187234208-
CMYK0.2000.110.08
HSL146.81º52.81%82.55%-
HSV(B)146.81º20.09%91.76%-
XYZ61.373.9670.72-
YUV216.98122.93106.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=29.73%
G=37.20%
B=33.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342080.2000.110.08146.8152.8182.55
HexBBEAD0140B8933553
Octal273352320240131022365123
Binary10111011111010101101000010100010111000100100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAD0; }

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

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

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

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

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

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

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

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