#BDC8C8

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

Shades of Jungle Mist #BDC8C8

Tints of Jungle Mist #BDC8C8

Color information

#BDC8C8 (or 0xBDC8C8) is unknown color: approx Jungle Mist. HEX triplet: BD, C8 and C8. RGB value is (189,200,200). Sum of RGB (Red+Green+Blue) = 189+200+200=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #BDC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C8 is #423737. Grayscale: #C4C4C4. Windows color (decimal): -4339512 or 13158589. OLE color: 13158589.

HSL color Cylindrical-coordinate representation of color #BDC8C8: hue angle of 180º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC8C8 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189200200-
CMYK0.06000.22
HSL180º9.09%76.27%-
HSV(B)180º5.5%78.43%-
XYZ52.0756.362.77-
YUV196.71129.86122.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=32.09%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892002000.06000.221809.0976.27
HexBDC8C860016b494c
Octal2753103106002626411114
Binary10111101110010001100100011000101101011010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8C8; }

 p { color: rgb(189,200,200); }

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

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

 a { background-color: rgb(189,200,200); }

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

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

 span { border-color: rgb(189,200,200); }

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