Html Css Color HEX #BDAEA2 Silk

📋 copy color: '#BDAEA2'

red 189 ◦ green 174 ◦ blue 162

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

Shades of Silk #BDAEA2

Tints of Silk #BDAEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.86%

R = 36%
G = 33.14%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BDAEA2 (or 0xBDAEA2) is known color: Silk. HEX triplet: BD, AE and A2. RGB value is (189,174,162). Sum of RGB (Red+Green+Blue) = 189+174+162=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA2 is #42515D. Grayscale: #B1B1B1. Windows color (decimal): -4346206 or 10661565. OLE color: 10661565.

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

Color convert

RGB 189 174 162 -
CMYK 0 0.08 0.14 0.26
HSL 26.67º 0.17% 0.69% -
HSV(B) 26.67º 0.14% 0.74% -
XYZ 42.64 43.7 40.37 -
YUV 177.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 189 174 162 0 0.08 0.14 0.26 26.67 0.17 0.69
Hex BD AE A2 0 8 E 1A 1B 11 45
Octal 275 256 242 0 10 16 32 33 21 105
Binary 10111101 10101110 10100010 0 1000 1110 11010 11011 10001 1000101

Color Harmonies of #BDAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEA2

Black with #BDAEA2

Text Example


Text Example

White with #BDAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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