Html Css Color HEX #BCAEA3 Silk

📋 copy color: '#BCAEA3'

red 188 ◦ green 174 ◦ blue 163

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

Shades of Silk #BCAEA3

Tints of Silk #BCAEA3

RGB

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

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

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

R = 35.81%
G = 33.14%
B = 31.05%

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

#BCAEA3 (or 0xBCAEA3) is known color: Silk. HEX triplet: BC, AE and A3. RGB value is (188,174,163). Sum of RGB (Red+Green+Blue) = 188+174+163=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEA3 is #43515C. Grayscale: #B0B0B0. Windows color (decimal): -4411741 or 10727100. OLE color: 10727100.

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

Color convert

RGB 188 174 163 -
CMYK 0 0.07 0.13 0.26
HSL 26.4º 0.16% 0.69% -
HSV(B) 26.4º 0.13% 0.74% -
XYZ 42.49 43.61 40.83 -
YUV 176.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 188 174 163 0 0.07 0.13 0.26 26.4 0.16 0.69
Hex BC AE A3 0 7 D 1A 1A 10 45
Octal 274 256 243 0 7 15 32 32 20 105
Binary 10111100 10101110 10100011 0 111 1101 11010 11010 10000 1000101

Color Harmonies of #BCAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEA3

Black with #BCAEA3

Text Example


Text Example

White with #BCAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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