Html Css Color HEX #BCAFA3 Silk

📋 copy color: '#BCAFA3'

red 188 ◦ green 175 ◦ blue 163

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

Shades of Silk #BCAFA3

Tints of Silk #BCAFA3

RGB

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

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

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

R = 35.74%
G = 33.27%
B = 30.99%

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

#BCAFA3 (or 0xBCAFA3) is known color: Silk. HEX triplet: BC, AF and A3. RGB value is (188,175,163). Sum of RGB (Red+Green+Blue) = 188+175+163=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA3 is #43505C. Grayscale: #B1B1B1. Windows color (decimal): -4411485 or 10727356. OLE color: 10727356.

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

Color convert

RGB 188 175 163 -
CMYK 0 0.07 0.13 0.26
HSL 28.8º 0.16% 0.69% -
HSV(B) 28.8º 0.13% 0.74% -
XYZ 42.68 44 40.89 -
YUV 177.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 188 175 163 0 0.07 0.13 0.26 28.8 0.16 0.69
Hex BC AF A3 0 7 D 1A 1D 10 45
Octal 274 257 243 0 7 15 32 35 20 105
Binary 10111100 10101111 10100011 0 111 1101 11010 11101 10000 1000101

Color Harmonies of #BCAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFA3

Black with #BCAFA3

Text Example


Text Example

White with #BCAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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