Html Css Color HEX #BDAFA4 Silk

📋 copy color: '#BDAFA4'

red 189 ◦ green 175 ◦ blue 164

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

Shades of Silk #BDAFA4

Tints of Silk #BDAFA4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

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

R = 35.8%
G = 33.14%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDAFA4 (or 0xBDAFA4) is known color: Silk. HEX triplet: BD, AF and A4. RGB value is (189,175,164). Sum of RGB (Red+Green+Blue) = 189+175+164=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA4 is #42505B. Grayscale: #B1B1B1. Windows color (decimal): -4345948 or 10792893. OLE color: 10792893.

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

Color convert

RGB 189 175 164 -
CMYK 0 0.07 0.13 0.26
HSL 26.4º 0.16% 0.69% -
HSV(B) 26.4º 0.13% 0.74% -
XYZ 43.02 44.16 41.38 -
YUV 177.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 189 175 164 0 0.07 0.13 0.26 26.4 0.16 0.69
Hex BD AF A4 0 7 D 1A 1A 10 45
Octal 275 257 244 0 7 15 32 32 20 105
Binary 10111101 10101111 10100100 0 111 1101 11010 11010 10000 1000101

Color Harmonies of #BDAFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFA4

Black with #BDAFA4

Text Example


Text Example

White with #BDAFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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