Html Css Color HEX #BDBC9F Mist Grey

📋 copy color: '#BDBC9F'

red 189 ◦ green 188 ◦ blue 159

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

Shades of Mist Grey #BDBC9F

Tints of Mist Grey #BDBC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.66%

R = 35.26%
G = 35.07%
B = 29.66%

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

#BDBC9F (or 0xBDBC9F) is known color: Mist Grey. HEX triplet: BD, BC and 9F. RGB value is (189,188,159). Sum of RGB (Red+Green+Blue) = 189+188+159=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC9F is #424360. Grayscale: #B9B9B9. Windows color (decimal): -4342625 or 10468541. OLE color: 10468541.

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

Color convert

RGB 189 188 159 -
CMYK 0 0.01 0.16 0.26
HSL 58º 0.19% 0.68% -
HSV(B) 58º 0.16% 0.74% -
XYZ 45.23 49.29 39.93 -
YUV 184.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 189 188 159 0 0.01 0.16 0.26 58 0.19 0.68
Hex BD BC 9F 0 1 10 1A 3A 13 44
Octal 275 274 237 0 1 20 32 72 23 104
Binary 10111101 10111100 10011111 0 1 10000 11010 111010 10011 1000100

Color Harmonies of #BDBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC9F

Black with #BDBC9F

Text Example


Text Example

White with #BDBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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