#B9CDCD

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

Shades of Jungle Mist #B9CDCD

Tints of Jungle Mist #B9CDCD

Color information

#B9CDCD (or 0xB9CDCD) is unknown color: approx Jungle Mist. HEX triplet: B9, CD and CD. RGB value is (185,205,205). Sum of RGB (Red+Green+Blue) = 185+205+205=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B9CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDCD is #463232. Grayscale: #C7C7C7. Windows color (decimal): -4600371 or 13487545. OLE color: 13487545.

HSL color Cylindrical-coordinate representation of color #B9CDCD: hue angle of 180º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDCD is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185205205-
CMYK0.10000.20
HSL180º16.67%76.47%-
HSV(B)180º9.76%80.39%-
XYZ52.8658.3866.24-
YUV199.02131.37118-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=31.09%
G=34.45%
B=34.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852052050.10000.2018016.6776.47
HexB9CDCDA0014b4114c
Octal27131531512002426421114
Binary1011100111001101110011011010001010010110100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDCD; }

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

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

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

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

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

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

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

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