Html Css Color HEX #BCAFA7 Silk

📋 copy color: '#BCAFA7'

red 188 ◦ green 175 ◦ blue 167

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

Shades of Silk #BCAFA7

Tints of Silk #BCAFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.51%

R = 35.47%
G = 33.02%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCAFA7 (or 0xBCAFA7) is known color: Silk. HEX triplet: BC, AF and A7. RGB value is (188,175,167). Sum of RGB (Red+Green+Blue) = 188+175+167=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA7 is #435058. Grayscale: #B2B2B2. Windows color (decimal): -4411481 or 10989500. OLE color: 10989500.

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

Color convert

RGB 188 175 167 -
CMYK 0 0.07 0.11 0.26
HSL 22.86º 0.14% 0.7% -
HSV(B) 22.86º 0.11% 0.74% -
XYZ 43.04 44.14 42.81 -
YUV 177.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 188 175 167 0 0.07 0.11 0.26 22.86 0.14 0.7
Hex BC AF A7 0 7 B 1A 17 E 46
Octal 274 257 247 0 7 13 32 27 16 106
Binary 10111100 10101111 10100111 0 111 1011 11010 10111 1110 1000110

Color Harmonies of #BCAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFA7

Black with #BCAFA7

Text Example


Text Example

White with #BCAFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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