Html Css Color HEX #BDAB9E Silk

📋 copy color: '#BDAB9E'

red 189 ◦ green 171 ◦ blue 158

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

Shades of Silk #BDAB9E

Tints of Silk #BDAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.01%

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

R = 36.49%
G = 33.01%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BDAB9E (or 0xBDAB9E) is known color: Silk. HEX triplet: BD, AB and 9E. RGB value is (189,171,158). Sum of RGB (Red+Green+Blue) = 189+171+158=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9E is #425461. Grayscale: #AEAEAE. Windows color (decimal): -4346978 or 10398653. OLE color: 10398653.

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

Color convert

RGB 189 171 158 -
CMYK 0 0.10 0.16 0.26
HSL 25.16º 0.19% 0.68% -
HSV(B) 25.16º 0.16% 0.74% -
XYZ 41.72 42.41 38.34 -
YUV 174.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 189 171 158 0 0.10 0.16 0.26 25.16 0.19 0.68
Hex BD AB 9E 0 A 10 1A 19 13 44
Octal 275 253 236 0 12 20 32 31 23 104
Binary 10111101 10101011 10011110 0 1010 10000 11010 11001 10011 1000100

Color Harmonies of #BDAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAB9E

Black with #BDAB9E

Text Example


Text Example

White with #BDAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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