#BDC6C8

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

Shades of Jungle Mist #BDC6C8

Tints of Jungle Mist #BDC6C8

Color information

#BDC6C8 (or 0xBDC6C8) is unknown color: approx Jungle Mist. HEX triplet: BD, C6 and C8. RGB value is (189,198,200). Sum of RGB (Red+Green+Blue) = 189+198+200=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDC6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6C8 is #423937. Grayscale: #C3C3C3. Windows color (decimal): -4340024 or 13158077. OLE color: 13158077.

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

Color convert

RGB189198200-
CMYK0.060.0100.22
HSL190.91º9.09%76.27%-
HSV(B)190.91º5.5%78.43%-
XYZ51.6155.3862.61-
YUV195.54130.52123.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=32.20%
G=33.73%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891982000.060.0100.22190.919.0976.27
HexBDC6C861016bf94c
Octal2753063106102627711114
Binary10111101110001101100100011010101101011111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6C8; }

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

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

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

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

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

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

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

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