Html Css Color HEX #BDAE9C Silk

📋 copy color: '#BDAE9C'

red 189 ◦ green 174 ◦ blue 156

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

Shades of Silk #BDAE9C

Tints of Silk #BDAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.53%

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 36.42%
G = 33.53%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDAE9C (or 0xBDAE9C) is known color: Silk. HEX triplet: BD, AE and 9C. RGB value is (189,174,156). Sum of RGB (Red+Green+Blue) = 189+174+156=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE9C is #425163. Grayscale: #B0B0B0. Windows color (decimal): -4346212 or 10268349. OLE color: 10268349.

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

Color convert

RGB 189 174 156 -
CMYK 0 0.08 0.17 0.26
HSL 32.73º 0.2% 0.68% -
HSV(B) 32.73º 0.17% 0.74% -
XYZ 42.12 43.49 37.63 -
YUV 176.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 189 174 156 0 0.08 0.17 0.26 32.73 0.2 0.68
Hex BD AE 9C 0 8 11 1A 21 14 44
Octal 275 256 234 0 10 21 32 41 24 104
Binary 10111101 10101110 10011100 0 1000 10001 11010 100001 10100 1000100

Color Harmonies of #BDAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE9C

Black with #BDAE9C

Text Example


Text Example

White with #BDAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE9C; }

 p { color: rgb(189,174,156); }

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

background-color css

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

 a { background-color: rgb(189,174,156); }

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

border-color css

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

 span { border-color: rgb(189,174,156); }

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