#BBE8D0

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

Shades of Aero Blue #BBE8D0

Tints of Aero Blue #BBE8D0

Color information

#BBE8D0 (or 0xBBE8D0) is unknown color: approx Aero Blue. HEX triplet: BB, E8 and D0. RGB value is (187,232,208). Sum of RGB (Red+Green+Blue) = 187+232+208=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8D0 is #44172F. Grayscale: #D7D7D7. Windows color (decimal): -4462384 or 13691067. OLE color: 13691067.

HSL color Cylindrical-coordinate representation of color #BBE8D0: hue angle of 148º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB187232208-
CMYK0.1900.100.09
HSL148º49.45%82.16%-
HSV(B)148º19.4%90.98%-
XYZ60.7472.8370.53-
YUV215.81123.59107.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=29.82%
G=37.00%
B=33.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872322080.1900.100.0914849.4582.16
HexBBE8D0130A9943152
Octal273350320230121122461122
Binary10111011111010001101000010011010101001100101001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8D0; }

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

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

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

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

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

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

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

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