Html Css Color HEX #BDAEA6 Silk

📋 copy color: '#BDAEA6'

red 189 ◦ green 174 ◦ blue 166

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

Shades of Silk #BDAEA6

Tints of Silk #BDAEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 35.73%
G = 32.89%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDAEA6 (or 0xBDAEA6) is known color: Silk. HEX triplet: BD, AE and A6. RGB value is (189,174,166). Sum of RGB (Red+Green+Blue) = 189+174+166=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEA6 is #425159. Grayscale: #B1B1B1. Windows color (decimal): -4346202 or 10923709. OLE color: 10923709.

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

Color convert

RGB 189 174 166 -
CMYK 0 0.08 0.12 0.26
HSL 20.87º 0.15% 0.7% -
HSV(B) 20.87º 0.12% 0.74% -
XYZ 43.01 43.84 42.27 -
YUV 177.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 189 174 166 0 0.08 0.12 0.26 20.87 0.15 0.7
Hex BD AE A6 0 8 C 1A 15 F 46
Octal 275 256 246 0 10 14 32 25 17 106
Binary 10111101 10101110 10100110 0 1000 1100 11010 10101 1111 1000110

Color Harmonies of #BDAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEA6

Black with #BDAEA6

Text Example


Text Example

White with #BDAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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