#B6C6C8

Color #B6C6C8 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B6C6C8

Tints of Jungle Mist #B6C6C8

Color information

#B6C6C8 (or 0xB6C6C8) is unknown color: approx Jungle Mist. HEX triplet: B6, C6 and C8. RGB value is (182,198,200). Sum of RGB (Red+Green+Blue) = 182+198+200=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 200 - color contains mainly: blue. Hex color #B6C6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6C8 is #493937. Grayscale: #C1C1C1. Windows color (decimal): -4798776 or 13158070. OLE color: 13158070.

HSL color Cylindrical-coordinate representation of color #B6C6C8: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C6C8 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182198200-
CMYK0.090.0100.22
HSL186.67º14.06%74.9%-
HSV(B)186.67º9%78.43%-
XYZ49.9154.562.53-
YUV193.44131.7119.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=31.38%
G=34.14%
B=34.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821982000.090.0100.22186.6714.0674.9
HexB6C6C891016bbe4b
Octal26630631011102627316113
Binary101101101100011011001000100110101101011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C6C8; }

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

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

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

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

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

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

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

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