#BBE0CC

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

Shades of Aero Blue #BBE0CC

Tints of Aero Blue #BBE0CC

Color information

#BBE0CC (or 0xBBE0CC) is unknown color: approx Aero Blue. HEX triplet: BB, E0 and CC. RGB value is (187,224,204). Sum of RGB (Red+Green+Blue) = 187+224+204=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CC is #441F33. Grayscale: #D2D2D2. Windows color (decimal): -4464436 or 13426875. OLE color: 13426875.

HSL color Cylindrical-coordinate representation of color #BBE0CC: hue angle of 147.57º 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 #BBE0CC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB187224204-
CMYK0.1700.090.12
HSL147.57º37.37%80.59%-
HSV(B)147.57º16.52%87.84%-
XYZ58.0568.2467.24-
YUV210.66124.24111.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=30.41%
G=36.42%
B=33.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872242040.1700.090.12147.5737.3780.59
HexBBE0CC1109C942551
Octal273340314210111422445121
Binary10111011111000001100110010001010011100100101001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0CC; }

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

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

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

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

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

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

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

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