#B7CAC7

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

Shades of Jungle Mist #B7CAC7

Tints of Jungle Mist #B7CAC7

Color information

#B7CAC7 (or 0xB7CAC7) is unknown color: approx Jungle Mist. HEX triplet: B7, CA and C7. RGB value is (183,202,199). Sum of RGB (Red+Green+Blue) = 183+202+199=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CAC7 is #483538. Grayscale: #C3C3C3. Windows color (decimal): -4732217 or 13093559. OLE color: 13093559.

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

Color convert

RGB183202199-
CMYK0.0900.010.21
HSL170.53º15.2%75.49%-
HSV(B)170.53º9.41%79.22%-
XYZ50.9656.4362.24-
YUV195.98129.71118.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.34%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=31.34%
G=34.59%
B=34.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021990.0900.010.21170.5315.275.49
HexB7CAC790115abf4b
Octal26731230711012525317113
Binary101101111100101011000111100101101011010101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAC7; }

 p { color: rgb(183,202,199); }

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

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

 a { background-color: rgb(183,202,199); }

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

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

 span { border-color: rgb(183,202,199); }

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