#B6CDCF

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

Shades of Jungle Mist #B6CDCF

Tints of Jungle Mist #B6CDCF

Color information

#B6CDCF (or 0xB6CDCF) is unknown color: approx Jungle Mist. HEX triplet: B6, CD and CF. RGB value is (182,205,207). Sum of RGB (Red+Green+Blue) = 182+205+207=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDCF is #493230. Grayscale: #C6C6C6. Windows color (decimal): -4796977 or 13618614. OLE color: 13618614.

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

Color convert

RGB182205207-
CMYK0.120.0100.19
HSL184.8º20.66%76.27%-
HSV(B)184.8º12.08%81.18%-
XYZ52.3958.1167.49-
YUV198.35132.88116.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.64%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=30.64%
G=34.51%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822052070.120.0100.19184.820.6676.27
HexB6CDCFC1013b9154c
Octal26631531714102327125114
Binary1011011011001101110011111100101001110111001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDCF; }

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

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

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

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

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

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

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

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