Html Css Color HEX #BDAFA3 Silk

📋 copy color: '#BDAFA3'

red 189 ◦ green 175 ◦ blue 163

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

Shades of Silk #BDAFA3

Tints of Silk #BDAFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.93%

R = 35.86%
G = 33.21%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BDAFA3 (or 0xBDAFA3) is known color: Silk. HEX triplet: BD, AF and A3. RGB value is (189,175,163). Sum of RGB (Red+Green+Blue) = 189+175+163=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFA3 is #42505C. Grayscale: #B1B1B1. Windows color (decimal): -4345949 or 10727357. OLE color: 10727357.

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

Color convert

RGB 189 175 163 -
CMYK 0 0.07 0.14 0.26
HSL 27.69º 0.16% 0.69% -
HSV(B) 27.69º 0.14% 0.74% -
XYZ 42.93 44.12 40.9 -
YUV 177.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 189 175 163 0 0.07 0.14 0.26 27.69 0.16 0.69
Hex BD AF A3 0 7 E 1A 1C 10 45
Octal 275 257 243 0 7 16 32 34 20 105
Binary 10111101 10101111 10100011 0 111 1110 11010 11100 10000 1000101

Color Harmonies of #BDAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFA3

Black with #BDAFA3

Text Example


Text Example

White with #BDAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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