#B7CACA

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

Shades of Jungle Mist #B7CACA

Tints of Jungle Mist #B7CACA

Color information

#B7CACA (or 0xB7CACA) is unknown color: approx Jungle Mist. HEX triplet: B7, CA and CA. RGB value is (183,202,202). Sum of RGB (Red+Green+Blue) = 183+202+202=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B7CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CACA is #483535. Grayscale: #C4C4C4. Windows color (decimal): -4732214 or 13290167. OLE color: 13290167.

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

Color convert

RGB183202202-
CMYK0.09000.21
HSL180º15.2%75.49%-
HSV(B)180º9.41%79.22%-
XYZ51.3156.5764.09-
YUV196.32131.21118.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=31.18%
G=34.41%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832022020.09000.2118015.275.49
HexB7CACA90015b4f4b
Octal26731231211002526417113
Binary101101111100101011001010100100101011011010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CACA; }

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

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

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

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

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

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

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

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