Html Css Color HEX #BE949D Viola

📋 copy color: '#BE949D'

red 190 ◦ green 148 ◦ blue 157

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

Shades of Viola #BE949D

Tints of Viola #BE949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 38.38%
G = 29.9%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE949D (or 0xBE949D) is known color: Viola. HEX triplet: BE, 94 and 9D. RGB value is (190,148,157). Sum of RGB (Red+Green+Blue) = 190+148+157=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE949D is #416B62. Grayscale: #A1A1A1. Windows color (decimal): -4287331 or 10327230. OLE color: 10327230.

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

Color convert

RGB 190 148 157 -
CMYK 0 0.22 0.17 0.25
HSL 347.14º 0.24% 0.66% -
HSV(B) 347.14º 0.22% 0.75% -
XYZ 37.91 34.56 36.57 -
YUV 161.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 190 148 157 0 0.22 0.17 0.25 347.14 0.24 0.66
Hex BE 94 9D 0 16 11 19 15B 18 42
Octal 276 224 235 0 26 21 31 533 30 102
Binary 10111110 10010100 10011101 0 10110 10001 11001 101011011 11000 1000010

Color Harmonies of #BE949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE949D

Black with #BE949D

Text Example


Text Example

White with #BE949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE949D; }

 p { color: rgb(190,148,157); }

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

background-color css

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

 a { background-color: rgb(190,148,157); }

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

border-color css

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

 span { border-color: rgb(190,148,157); }

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