#B6E1C9

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

Shades of Aero Blue #B6E1C9

Tints of Aero Blue #B6E1C9

Color information

#B6E1C9 (or 0xB6E1C9) is unknown color: approx Aero Blue. HEX triplet: B6, E1 and C9. RGB value is (182,225,201). Sum of RGB (Red+Green+Blue) = 182+225+201=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1C9 is #491E36. Grayscale: #D1D1D1. Windows color (decimal): -4791863 or 13230518. OLE color: 13230518.

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

Color convert

RGB182225201-
CMYK0.1900.110.12
HSL146.51º41.75%79.8%-
HSV(B)146.51º19.11%88.24%-
XYZ56.7668.0165.39-
YUV209.41123.25108.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=29.93%
G=37.01%
B=33.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822252010.1900.110.12146.5141.7579.8
HexB6E1C9130BC932a50
Octal266341311230131422352120
Binary10110110111000011100100110011010111100100100111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1C9; }

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

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

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

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

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

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

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

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