#B6E1C8

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

Shades of Aero Blue #B6E1C8

Tints of Aero Blue #B6E1C8

Color information

#B6E1C8 (or 0xB6E1C8) is unknown color: approx Aero Blue. HEX triplet: B6, E1 and C8. RGB value is (182,225,200). Sum of RGB (Red+Green+Blue) = 182+225+200=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1C8 is #491E37. Grayscale: #D1D1D1. Windows color (decimal): -4791864 or 13164982. OLE color: 13164982.

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

Color convert

RGB182225200-
CMYK0.1900.110.12
HSL145.12º41.75%79.8%-
HSV(B)145.12º19.11%88.24%-
XYZ56.6467.9764.78-
YUV209.29122.75108.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=29.98%
G=37.07%
B=32.95%

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
Decimal1822252000.1900.110.12145.1241.7579.8
HexB6E1C8130BC912a50
Octal266341310230131422152120
Binary10110110111000011100100010011010111100100100011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1C8; }

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

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

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

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

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

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

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

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