#B6CACF

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

Shades of Jungle Mist #B6CACF

Tints of Jungle Mist #B6CACF

Color information

#B6CACF (or 0xB6CACF) is unknown color: approx Jungle Mist. HEX triplet: B6, CA and CF. RGB value is (182,202,207). Sum of RGB (Red+Green+Blue) = 182+202+207=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CACF is #493530. Grayscale: #C4C4C4. Windows color (decimal): -4797745 or 13617846. OLE color: 13617846.

HSL color Cylindrical-coordinate representation of color #B6CACF: hue angle of 192º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CACF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182202207-
CMYK0.120.0200.19
HSL192º20.66%76.27%-
HSV(B)192º12.08%81.18%-
XYZ51.6756.6967.25-
YUV196.59133.87117.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.80%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=30.80%
G=34.18%
B=35.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822022070.120.0200.1919220.6676.27
HexB6CACFC2013c0154c
Octal26631231714202330025114
Binary10110110110010101100111111001001001111000000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CACF; }

 p { color: rgb(182,202,207); }

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

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

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

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

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

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

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