Html Css Color HEX #BDBC9E Mist Grey

📋 copy color: '#BDBC9E'

red 189 ◦ green 188 ◦ blue 158

#BDBC9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mist Grey #BDBC9E

Tints of Mist Grey #BDBC9E

RGB

 RED value IS 189 (74.22% from 255) = 35.33%

 GREEN value IS 188 (73.83% from 255) = 35.14%

 BLUE value IS 158 (62.11% from 255) = 29.53%

R = 35.33%
G = 35.14%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDBC9E (or 0xBDBC9E) is known color: Mist Grey. HEX triplet: BD, BC and 9E. RGB value is (189,188,158). Sum of RGB (Red+Green+Blue) = 189+188+158=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC9E is #424361. Grayscale: #B8B8B8. Windows color (decimal): -4342626 or 10403005. OLE color: 10403005.

HSL color Cylindrical-coordinate representation of color #BDBC9E: hue angle of 58.06º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBC9E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 188 158 -
CMYK 0 0.01 0.16 0.26
HSL 58.06º 0.19% 0.68% -
HSV(B) 58.06º 0.16% 0.74% -
XYZ 45.14 49.25 39.48 -
YUV 184.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 189 188 158 0 0.01 0.16 0.26 58.06 0.19 0.68
Hex BD BC 9E 0 1 10 1A 3A 13 44
Octal 275 274 236 0 1 20 32 72 23 104
Binary 10111101 10111100 10011110 0 1 10000 11010 111010 10011 1000100

Color Harmonies of #BDBC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC9E

Black with #BDBC9E

Text Example


Text Example

White with #BDBC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC9E; }

 p { color: rgb(189,188,158); }

 H1.HeaderClassName
 {
   color: #BDBC9E;
 }
 .AnyTagClassName
 {
   color: #BDBC9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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