#B6E1CB

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

Shades of Aero Blue #B6E1CB

Tints of Aero Blue #B6E1CB

Color information

#B6E1CB (or 0xB6E1CB) is unknown color: approx Aero Blue. HEX triplet: B6, E1 and CB. RGB value is (182,225,203). Sum of RGB (Red+Green+Blue) = 182+225+203=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1CB is #491E34. Grayscale: #D1D1D1. Windows color (decimal): -4791861 or 13361590. OLE color: 13361590.

HSL color Cylindrical-coordinate representation of color #B6E1CB: hue angle of 149.3º degrees, saturation: 0.42, 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 #B6E1CB is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB182225203-
CMYK0.1900.100.12
HSL149.3º41.75%79.8%-
HSV(B)149.3º19.11%88.24%-
XYZ5768.1166.64-
YUV209.64124.25108.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.84%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=29.84%
G=36.89%
B=33.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822252030.1900.100.12149.341.7579.8
HexB6E1CB130AC952a50
Octal266341313230121422552120
Binary10110110111000011100101110011010101100100101011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1CB; }

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

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

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

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

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

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

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

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