Html Css Color HEX #BE90A0 Viola

📋 copy color: '#BE90A0'

red 190 ◦ green 144 ◦ blue 160

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

Shades of Viola #BE90A0

Tints of Viola #BE90A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 38.46%
G = 29.15%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE90A0 (or 0xBE90A0) is known color: Viola. HEX triplet: BE, 90 and A0. RGB value is (190,144,160). Sum of RGB (Red+Green+Blue) = 190+144+160=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE90A0 is #416F5F. Grayscale: #9F9F9F. Windows color (decimal): -4288352 or 10522814. OLE color: 10522814.

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

Color convert

RGB 190 144 160 -
CMYK 0 0.24 0.16 0.25
HSL 339.13º 0.26% 0.65% -
HSV(B) 339.13º 0.24% 0.75% -
XYZ 37.55 33.43 37.73 -
YUV 159.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 190 144 160 0 0.24 0.16 0.25 339.13 0.26 0.65
Hex BE 90 A0 0 18 10 19 153 1A 41
Octal 276 220 240 0 30 20 31 523 32 101
Binary 10111110 10010000 10100000 0 11000 10000 11001 101010011 11010 1000001

Color Harmonies of #BE90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90A0

Black with #BE90A0

Text Example


Text Example

White with #BE90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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