#B6CBCF

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

Shades of Jungle Mist #B6CBCF

Tints of Jungle Mist #B6CBCF

Color information

#B6CBCF (or 0xB6CBCF) is unknown color: approx Jungle Mist. HEX triplet: B6, CB and CF. RGB value is (182,203,207). Sum of RGB (Red+Green+Blue) = 182+203+207=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBCF is #493430. Grayscale: #C5C5C5. Windows color (decimal): -4797489 or 13618102. OLE color: 13618102.

HSL color Cylindrical-coordinate representation of color #B6CBCF: hue angle of 189.6º 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 #B6CBCF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182203207-
CMYK0.120.0200.19
HSL189.6º20.66%76.27%-
HSV(B)189.6º12.08%81.18%-
XYZ51.9157.1667.33-
YUV197.18133.54117.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.74%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=30.74%
G=34.29%
B=34.97%

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
Decimal1822032070.120.0200.19189.620.6676.27
HexB6CBCFC2013be154c
Octal26631331714202327625114
Binary10110110110010111100111111001001001110111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBCF; }

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

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

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

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

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

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

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

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