#BDC8C9

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

Shades of Jungle Mist #BDC8C9

Tints of Jungle Mist #BDC8C9

Color information

#BDC8C9 (or 0xBDC8C9) is unknown color: approx Jungle Mist. HEX triplet: BD, C8 and C9. RGB value is (189,200,201). Sum of RGB (Red+Green+Blue) = 189+200+201=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C9 is #423736. Grayscale: #C4C4C4. Windows color (decimal): -4339511 or 13224125. OLE color: 13224125.

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

Color convert

RGB189200201-
CMYK0.060.0000.21
HSL185º10%76.47%-
HSV(B)185º5.97%78.82%-
XYZ52.1856.3463.38-
YUV196.82130.36122.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=32.03%
G=33.90%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892002010.060.0000.211851076.47
HexBDC8C960015b9a4c
Octal2753103116002527112114
Binary10111101110010001100100111000101011011100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8C9; }

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

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

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

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

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

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

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

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