#B9CFCF

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

Shades of Jungle Mist #B9CFCF

Tints of Jungle Mist #B9CFCF

Color information

#B9CFCF (or 0xB9CFCF) is unknown color: approx Jungle Mist. HEX triplet: B9, CF and CF. RGB value is (185,207,207). Sum of RGB (Red+Green+Blue) = 185+207+207=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B9CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFCF is #463030. Grayscale: #C8C8C8. Windows color (decimal): -4599857 or 13619129. OLE color: 13619129.

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

Color convert

RGB185207207-
CMYK0.11000.19
HSL180º18.64%76.86%-
HSV(B)180º10.63%81.18%-
XYZ53.5859.4467.68-
YUV200.42131.71117-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.88%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=30.88%
G=34.56%
B=34.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852072070.11000.1918018.6476.86
HexB9CFCFB0013b4134d
Octal27131731713002326423115
Binary1011100111001111110011111011001001110110100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFCF; }

 p { color: rgb(185,207,207); }

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

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

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

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

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

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

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