Html Css Color HEX #BDAEA4 Silk

📋 copy color: '#BDAEA4'

red 189 ◦ green 174 ◦ blue 164

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

Shades of Silk #BDAEA4

Tints of Silk #BDAEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 35.86%
G = 33.02%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDAEA4 (or 0xBDAEA4) is known color: Silk. HEX triplet: BD, AE and A4. RGB value is (189,174,164). Sum of RGB (Red+Green+Blue) = 189+174+164=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA4 is #42515B. Grayscale: #B1B1B1. Windows color (decimal): -4346204 or 10792637. OLE color: 10792637.

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

Color convert

RGB 189 174 164 -
CMYK 0 0.08 0.13 0.26
HSL 24º 0.16% 0.69% -
HSV(B) 24º 0.13% 0.74% -
XYZ 42.82 43.77 41.31 -
YUV 177.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 189 174 164 0 0.08 0.13 0.26 24 0.16 0.69
Hex BD AE A4 0 8 D 1A 18 10 45
Octal 275 256 244 0 10 15 32 30 20 105
Binary 10111101 10101110 10100100 0 1000 1101 11010 11000 10000 1000101

Color Harmonies of #BDAEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEA4

Black with #BDAEA4

Text Example


Text Example

White with #BDAEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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