Html Css Color HEX #BCAEA4 Silk

📋 copy color: '#BCAEA4'

red 188 ◦ green 174 ◦ blue 164

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

Shades of Silk #BCAEA4

Tints of Silk #BCAEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.18%

R = 35.74%
G = 33.08%
B = 31.18%

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

#BCAEA4 (or 0xBCAEA4) is known color: Silk. HEX triplet: BC, AE and A4. RGB value is (188,174,164). Sum of RGB (Red+Green+Blue) = 188+174+164=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA4 is #43515B. Grayscale: #B1B1B1. Windows color (decimal): -4411740 or 10792636. OLE color: 10792636.

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

Color convert

RGB 188 174 164 -
CMYK 0 0.07 0.13 0.26
HSL 25º 0.15% 0.69% -
HSV(B) 25º 0.13% 0.74% -
XYZ 42.58 43.64 41.3 -
YUV 177.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 188 174 164 0 0.07 0.13 0.26 25 0.15 0.69
Hex BC AE A4 0 7 D 1A 19 F 45
Octal 274 256 244 0 7 15 32 31 17 105
Binary 10111100 10101110 10100100 0 111 1101 11010 11001 1111 1000101

Color Harmonies of #BCAEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEA4

Black with #BCAEA4

Text Example


Text Example

White with #BCAEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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