Html Css Color HEX #BCAFA0 Silk

📋 copy color: '#BCAFA0'

red 188 ◦ green 175 ◦ blue 160

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

Shades of Silk #BCAFA0

Tints of Silk #BCAFA0

RGB

 RED value IS 188 (73.83% from 255) = 35.95%

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

 BLUE value IS 160 (62.89% from 255) = 30.59%

R = 35.95%
G = 33.46%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCAFA0 (or 0xBCAFA0) is known color: Silk. HEX triplet: BC, AF and A0. RGB value is (188,175,160). Sum of RGB (Red+Green+Blue) = 188+175+160=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA0 is #43505F. Grayscale: #B1B1B1. Windows color (decimal): -4411488 or 10530748. OLE color: 10530748.

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

Color convert

RGB 188 175 160 -
CMYK 0 0.07 0.15 0.26
HSL 32.14º 0.17% 0.68% -
HSV(B) 32.14º 0.15% 0.74% -
XYZ 42.41 43.89 39.49 -
YUV 177.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 188 175 160 0 0.07 0.15 0.26 32.14 0.17 0.68
Hex BC AF A0 0 7 F 1A 20 11 44
Octal 274 257 240 0 7 17 32 40 21 104
Binary 10111100 10101111 10100000 0 111 1111 11010 100000 10001 1000100

Color Harmonies of #BCAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFA0

Black with #BCAFA0

Text Example


Text Example

White with #BCAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFA0; }

 p { color: rgb(188,175,160); }

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

background-color css

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

 a { background-color: rgb(188,175,160); }

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

border-color css

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

 span { border-color: rgb(188,175,160); }

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