Html Css Color HEX #BDAEA5 Silk

📋 copy color: '#BDAEA5'

red 189 ◦ green 174 ◦ blue 165

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

Shades of Silk #BDAEA5

Tints of Silk #BDAEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 35.8%
G = 32.95%
B = 31.25%

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

#BDAEA5 (or 0xBDAEA5) is known color: Silk. HEX triplet: BD, AE and A5. RGB value is (189,174,165). Sum of RGB (Red+Green+Blue) = 189+174+165=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA5 is #42515A. Grayscale: #B1B1B1. Windows color (decimal): -4346203 or 10858173. OLE color: 10858173.

HSL color Cylindrical-coordinate representation of color #BDAEA5: hue angle of 22.5º degrees, saturation: 0.15, 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 #BDAEA5 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 165 -
CMYK 0 0.08 0.13 0.26
HSL 22.5º 0.15% 0.69% -
HSV(B) 22.5º 0.13% 0.74% -
XYZ 42.91 43.81 41.79 -
YUV 177.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 189 174 165 0 0.08 0.13 0.26 22.5 0.15 0.69
Hex BD AE A5 0 8 D 1A 16 F 45
Octal 275 256 245 0 10 15 32 26 17 105
Binary 10111101 10101110 10100101 0 1000 1101 11010 10110 1111 1000101

Color Harmonies of #BDAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEA5

Black with #BDAEA5

Text Example


Text Example

White with #BDAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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