#BBE0CD

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

Shades of Aero Blue #BBE0CD

Tints of Aero Blue #BBE0CD

Color information

#BBE0CD (or 0xBBE0CD) is unknown color: approx Aero Blue. HEX triplet: BB, E0 and CD. RGB value is (187,224,205). Sum of RGB (Red+Green+Blue) = 187+224+205=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CD is #441F32. Grayscale: #D2D2D2. Windows color (decimal): -4464435 or 13492411. OLE color: 13492411.

HSL color Cylindrical-coordinate representation of color #BBE0CD: hue angle of 149.19º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0CD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB187224205-
CMYK0.1700.080.12
HSL149.19º37.37%80.59%-
HSV(B)149.19º16.52%87.84%-
XYZ58.1768.2867.87-
YUV210.77124.74111.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=30.36%
G=36.36%
B=33.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872242050.1700.080.12149.1937.3780.59
HexBBE0CD1108C952551
Octal273340315210101422545121
Binary10111011111000001100110110001010001100100101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0CD; }

 p { color: rgb(187,224,205); }

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

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

 a { background-color: rgb(187,224,205); }

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

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

 span { border-color: rgb(187,224,205); }

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