Html Css Color HEX #BCAEA1 Silk

📋 copy color: '#BCAEA1'

red 188 ◦ green 174 ◦ blue 161

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

Shades of Silk #BCAEA1

Tints of Silk #BCAEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.27%

 BLUE value IS 161 (63.28% from 255) = 30.78%

R = 35.95%
G = 33.27%
B = 30.78%

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

#BCAEA1 (or 0xBCAEA1) is known color: Silk. HEX triplet: BC, AE and A1. RGB value is (188,174,161). Sum of RGB (Red+Green+Blue) = 188+174+161=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA1 is #43515E. Grayscale: #B0B0B0. Windows color (decimal): -4411743 or 10596028. OLE color: 10596028.

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

Color convert

RGB 188 174 161 -
CMYK 0 0.07 0.14 0.26
HSL 28.89º 0.17% 0.68% -
HSV(B) 28.89º 0.14% 0.74% -
XYZ 42.31 43.54 39.89 -
YUV 176.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 188 174 161 0 0.07 0.14 0.26 28.89 0.17 0.68
Hex BC AE A1 0 7 E 1A 1D 11 44
Octal 274 256 241 0 7 16 32 35 21 104
Binary 10111100 10101110 10100001 0 111 1110 11010 11101 10001 1000100

Color Harmonies of #BCAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEA1

Black with #BCAEA1

Text Example


Text Example

White with #BCAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEA1; }

 p { color: rgb(188,174,161); }

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

background-color css

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

 a { background-color: rgb(188,174,161); }

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

border-color css

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

 span { border-color: rgb(188,174,161); }

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