#BDC7C9

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

Shades of Jungle Mist #BDC7C9

Tints of Jungle Mist #BDC7C9

Color information

#BDC7C9 (or 0xBDC7C9) is unknown color: approx Jungle Mist. HEX triplet: BD, C7 and C9. RGB value is (189,199,201). Sum of RGB (Red+Green+Blue) = 189+199+201=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7C9 is #423836. Grayscale: #C4C4C4. Windows color (decimal): -4339767 or 13223869. OLE color: 13223869.

HSL color Cylindrical-coordinate representation of color #BDC7C9: hue angle of 190º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC7C9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189199201-
CMYK0.060.0100.21
HSL190º10%76.47%-
HSV(B)190º5.97%78.82%-
XYZ51.9555.8863.31-
YUV196.24130.69122.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=32.09%
G=33.79%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891992010.060.0100.211901076.47
HexBDC7C961015bea4c
Octal2753073116102527612114
Binary10111101110001111100100111010101011011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7C9; }

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

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

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

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

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

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

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

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