Html Css Color HEX #BCAFA5 Silk

📋 copy color: '#BCAFA5'

red 188 ◦ green 175 ◦ blue 165

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

Shades of Silk #BCAFA5

Tints of Silk #BCAFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 35.61%
G = 33.14%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCAFA5 (or 0xBCAFA5) is known color: Silk. HEX triplet: BC, AF and A5. RGB value is (188,175,165). Sum of RGB (Red+Green+Blue) = 188+175+165=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFA5 is #43505A. Grayscale: #B1B1B1. Windows color (decimal): -4411483 or 10858428. OLE color: 10858428.

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

Color convert

RGB 188 175 165 -
CMYK 0 0.07 0.12 0.26
HSL 26.09º 0.15% 0.69% -
HSV(B) 26.09º 0.12% 0.74% -
XYZ 42.86 44.07 41.84 -
YUV 177.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 188 175 165 0 0.07 0.12 0.26 26.09 0.15 0.69
Hex BC AF A5 0 7 C 1A 1A F 45
Octal 274 257 245 0 7 14 32 32 17 105
Binary 10111100 10101111 10100101 0 111 1100 11010 11010 1111 1000101

Color Harmonies of #BCAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFA5

Black with #BCAFA5

Text Example


Text Example

White with #BCAFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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