#b6e0cb

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

Shades of Aero Blue #B6E0CB

Tints of Aero Blue #B6E0CB

Color information

#B6E0CB (or 0xB6E0CB) is unknown color: approx Aero Blue. HEX triplet: B6, E0 and CB. RGB value is (182,224,203). Sum of RGB (Red+Green+Blue) = 182+224+203=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E0CB is #491F34. Grayscale: #D1D1D1. Windows color (decimal): -4792117 or 13361334. OLE color: 13361334.

HSL color Cylindrical-coordinate representation of color #B6E0CB: hue angle of 150º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E0CB is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB182224203-
CMYK0.1900.090.12
HSL150º40.38%79.61%-
HSV(B)150º18.75%87.84%-
XYZ56.7367.5766.55-
YUV209.05124.59108.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=29.89%
G=36.78%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822242030.1900.090.1215040.3879.61
HexB6E0CB1309C962850
Octal266340313230111422650120
Binary10110110111000001100101110011010011100100101101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6e0cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6e0cb; }

 p { color: rgb(182,224,203); }

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

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

 a { background-color: rgb(182,224,203); }

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

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

 span { border-color: rgb(182,224,203); }

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