Html Css Color HEX #BE959C Viola

📋 copy color: '#BE959C'

red 190 ◦ green 149 ◦ blue 156

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

Shades of Viola #BE959C

Tints of Viola #BE959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

 BLUE value IS 156 (61.33% from 255) = 31.52%

R = 38.38%
G = 30.1%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE959C (or 0xBE959C) is known color: Viola. HEX triplet: BE, 95 and 9C. RGB value is (190,149,156). Sum of RGB (Red+Green+Blue) = 190+149+156=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE959C is #416A63. Grayscale: #A2A2A2. Windows color (decimal): -4287076 or 10261950. OLE color: 10261950.

HSL color Cylindrical-coordinate representation of color #BE959C: hue angle of 349.76º 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 #BE959C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 149 156 -
CMYK 0 0.22 0.18 0.25
HSL 349.76º 0.24% 0.66% -
HSV(B) 349.76º 0.22% 0.75% -
XYZ 37.98 34.84 36.18 -
YUV 162.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 190 149 156 0 0.22 0.18 0.25 349.76 0.24 0.66
Hex BE 95 9C 0 16 12 19 15E 18 42
Octal 276 225 234 0 26 22 31 536 30 102
Binary 10111110 10010101 10011100 0 10110 10010 11001 101011110 11000 1000010

Color Harmonies of #BE959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE959C

Black with #BE959C

Text Example


Text Example

White with #BE959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE959C; }

 p { color: rgb(190,149,156); }

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

background-color css

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

 a { background-color: rgb(190,149,156); }

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

border-color css

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

 span { border-color: rgb(190,149,156); }

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