#BDC7C8

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

Shades of Jungle Mist #BDC7C8

Tints of Jungle Mist #BDC7C8

Color information

#BDC7C8 (or 0xBDC7C8) is unknown color: approx Jungle Mist. HEX triplet: BD, C7 and C8. RGB value is (189,199,200). Sum of RGB (Red+Green+Blue) = 189+199+200=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7C8 is #423837. Grayscale: #C4C4C4. Windows color (decimal): -4339768 or 13158333. OLE color: 13158333.

HSL color Cylindrical-coordinate representation of color #BDC7C8: hue angle of 185.45º 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 #BDC7C8 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189199200-
CMYK0.060.0000.22
HSL185.45º9.09%76.27%-
HSV(B)185.45º5.5%78.43%-
XYZ51.8455.8462.69-
YUV196.12130.19122.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=32.14%
G=33.84%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891992000.060.0000.22185.459.0976.27
HexBDC7C860016b994c
Octal2753073106002627111114
Binary10111101110001111100100011000101101011100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7C8; }

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

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

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

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

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

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

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

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