#B6C8C6

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

Shades of Jungle Mist #B6C8C6

Tints of Jungle Mist #B6C8C6

Color information

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

HSL color Cylindrical-coordinate representation of color #B6C8C6: hue angle of 173.33º 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 #B6C8C6 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB182200198-
CMYK0.0900.010.22
HSL173.33º14.06%74.9%-
HSV(B)173.33º9%78.43%-
XYZ50.1455.3361.46-
YUV194.39130.04119.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001980.0900.010.22173.3314.0674.9
HexB6C8C690116ade4b
Octal26631030611012625516113
Binary101101101100100011000110100101101101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C8C6; }

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

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

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

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

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

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

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

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