Html Css Color HEX #BEACA2 Silk

📋 copy color: '#BEACA2'

red 190 ◦ green 172 ◦ blue 162

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

Shades of Silk #BEACA2

Tints of Silk #BEACA2

RGB

 RED value IS 190 (74.61% from 255) = 36.26%

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 162 (63.67% from 255) = 30.92%

R = 36.26%
G = 32.82%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEACA2 (or 0xBEACA2) is known color: Silk. HEX triplet: BE, AC and A2. RGB value is (190,172,162). Sum of RGB (Red+Green+Blue) = 190+172+162=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA2 is #41535D. Grayscale: #B0B0B0. Windows color (decimal): -4281182 or 10661054. OLE color: 10661054.

HSL color Cylindrical-coordinate representation of color #BEACA2: hue angle of 21.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEACA2 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 162 -
CMYK 0 0.09 0.15 0.25
HSL 21.43º 0.18% 0.69% -
HSV(B) 21.43º 0.15% 0.75% -
XYZ 42.51 43.06 40.25 -
YUV 176.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 190 172 162 0 0.09 0.15 0.25 21.43 0.18 0.69
Hex BE AC A2 0 9 F 19 15 12 45
Octal 276 254 242 0 11 17 31 25 22 105
Binary 10111110 10101100 10100010 0 1001 1111 11001 10101 10010 1000101

Color Harmonies of #BEACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACA2

Black with #BEACA2

Text Example


Text Example

White with #BEACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACA2; }

 p { color: rgb(190,172,162); }

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

background-color css

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

 a { background-color: rgb(190,172,162); }

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

border-color css

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

 span { border-color: rgb(190,172,162); }

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