#B6DCC8

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

Shades of Aero Blue #B6DCC8

Tints of Aero Blue #B6DCC8

Color information

#B6DCC8 (or 0xB6DCC8) is unknown color: approx Aero Blue. HEX triplet: B6, DC and C8. RGB value is (182,220,200). Sum of RGB (Red+Green+Blue) = 182+220+200=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCC8 is #492337. Grayscale: #CECECE. Windows color (decimal): -4793144 or 13163702. OLE color: 13163702.

HSL color Cylindrical-coordinate representation of color #B6DCC8: hue angle of 148.42º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCC8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB182220200-
CMYK0.1700.090.14
HSL148.42º35.19%78.82%-
HSV(B)148.42º17.27%86.27%-
XYZ55.3165.364.33-
YUV206.36124.41110.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.23%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 200 (78.52% from 255) = 33.22%
R=30.23%
G=36.54%
B=33.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822202000.1700.090.14148.4235.1978.82
HexB6DCC81109E94234f
Octal266334310210111622443117
Binary10110110110111001100100010001010011110100101001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCC8; }

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

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

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

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

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

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

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

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