Html Css Color HEX #BE9299 Viola

📋 copy color: '#BE9299'

red 190 ◦ green 146 ◦ blue 153

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

Shades of Viola #BE9299

Tints of Viola #BE9299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.86%

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 38.85%
G = 29.86%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE9299 (or 0xBE9299) is known color: Viola. HEX triplet: BE, 92 and 99. RGB value is (190,146,153). Sum of RGB (Red+Green+Blue) = 190+146+153=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9299 is #416D66. Grayscale: #9F9F9F. Windows color (decimal): -4287847 or 10064574. OLE color: 10064574.

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

Color convert

RGB 190 146 153 -
CMYK 0 0.23 0.19 0.25
HSL 350.45º 0.25% 0.66% -
HSV(B) 350.45º 0.23% 0.75% -
XYZ 37.26 33.8 34.7 -
YUV 159.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 190 146 153 0 0.23 0.19 0.25 350.45 0.25 0.66
Hex BE 92 99 0 17 13 19 15E 19 42
Octal 276 222 231 0 27 23 31 536 31 102
Binary 10111110 10010010 10011001 0 10111 10011 11001 101011110 11001 1000010

Color Harmonies of #BE9299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9299

Black with #BE9299

Text Example


Text Example

White with #BE9299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9299; }

 p { color: rgb(190,146,153); }

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

background-color css

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

 a { background-color: rgb(190,146,153); }

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

border-color css

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

 span { border-color: rgb(190,146,153); }

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