Html Css Color HEX #BEA0AA Viola

📋 copy color: '#BEA0AA'

red 190 ◦ green 160 ◦ blue 170

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

Shades of Viola #BEA0AA

Tints of Viola #BEA0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.77%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 36.54%
G = 30.77%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEA0AA (or 0xBEA0AA) is known color: Viola. HEX triplet: BE, A0 and AA. RGB value is (190,160,170). Sum of RGB (Red+Green+Blue) = 190+160+170=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0AA is #415F55. Grayscale: #AAAAAA. Windows color (decimal): -4284246 or 11182270. OLE color: 11182270.

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

Color convert

RGB 190 160 170 -
CMYK 0 0.16 0.11 0.25
HSL 340º 0.19% 0.69% -
HSV(B) 340º 0.16% 0.75% -
XYZ 41.06 38.99 43.39 -
YUV 170.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 190 160 170 0 0.16 0.11 0.25 340 0.19 0.69
Hex BE A0 AA 0 10 B 19 154 13 45
Octal 276 240 252 0 20 13 31 524 23 105
Binary 10111110 10100000 10101010 0 10000 1011 11001 101010100 10011 1000101

Color Harmonies of #BEA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0AA

Black with #BEA0AA

Text Example


Text Example

White with #BEA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0AA; }

 p { color: rgb(190,160,170); }

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

background-color css

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

 a { background-color: rgb(190,160,170); }

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

border-color css

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

 span { border-color: rgb(190,160,170); }

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