Html Css Color HEX #BDAEA1 Silk

📋 copy color: '#BDAEA1'

red 189 ◦ green 174 ◦ blue 161

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

Shades of Silk #BDAEA1

Tints of Silk #BDAEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.73%

R = 36.07%
G = 33.21%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BDAEA1 (or 0xBDAEA1) is known color: Silk. HEX triplet: BD, AE and A1. RGB value is (189,174,161). Sum of RGB (Red+Green+Blue) = 189+174+161=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA1 is #42515E. Grayscale: #B1B1B1. Windows color (decimal): -4346207 or 10596029. OLE color: 10596029.

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

Color convert

RGB 189 174 161 -
CMYK 0 0.08 0.15 0.26
HSL 27.86º 0.18% 0.69% -
HSV(B) 27.86º 0.15% 0.74% -
XYZ 42.56 43.66 39.9 -
YUV 177 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 189 174 161 0 0.08 0.15 0.26 27.86 0.18 0.69
Hex BD AE A1 0 8 F 1A 1C 12 45
Octal 275 256 241 0 10 17 32 34 22 105
Binary 10111101 10101110 10100001 0 1000 1111 11010 11100 10010 1000101

Color Harmonies of #BDAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEA1

Black with #BDAEA1

Text Example


Text Example

White with #BDAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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