Html Css Color HEX #BDAEA0 Silk

📋 copy color: '#BDAEA0'

red 189 ◦ green 174 ◦ blue 160

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

Shades of Silk #BDAEA0

Tints of Silk #BDAEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.59%

R = 36.14%
G = 33.27%
B = 30.59%

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

#BDAEA0 (or 0xBDAEA0) is known color: Silk. HEX triplet: BD, AE and A0. RGB value is (189,174,160). Sum of RGB (Red+Green+Blue) = 189+174+160=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA0 is #42515F. Grayscale: #B0B0B0. Windows color (decimal): -4346208 or 10530493. OLE color: 10530493.

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

Color convert

RGB 189 174 160 -
CMYK 0 0.08 0.15 0.26
HSL 28.97º 0.18% 0.68% -
HSV(B) 28.97º 0.15% 0.74% -
XYZ 42.47 43.63 39.44 -
YUV 176.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 189 174 160 0 0.08 0.15 0.26 28.97 0.18 0.68
Hex BD AE A0 0 8 F 1A 1D 12 44
Octal 275 256 240 0 10 17 32 35 22 104
Binary 10111101 10101110 10100000 0 1000 1111 11010 11101 10010 1000100

Color Harmonies of #BDAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEA0

Black with #BDAEA0

Text Example


Text Example

White with #BDAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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