Html Css Color HEX #BE929D Viola

📋 copy color: '#BE929D'

red 190 ◦ green 146 ◦ blue 157

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

Shades of Viola #BE929D

Tints of Viola #BE929D

RGB

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

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

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

R = 38.54%
G = 29.61%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE929D (or 0xBE929D) is known color: Viola. HEX triplet: BE, 92 and 9D. RGB value is (190,146,157). Sum of RGB (Red+Green+Blue) = 190+146+157=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE929D is #416D62. Grayscale: #A0A0A0. Windows color (decimal): -4287843 or 10326718. OLE color: 10326718.

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

Color convert

RGB 190 146 157 -
CMYK 0 0.23 0.17 0.25
HSL 345º 0.25% 0.66% -
HSV(B) 345º 0.23% 0.75% -
XYZ 37.6 33.94 36.47 -
YUV 160.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 190 146 157 0 0.23 0.17 0.25 345 0.25 0.66
Hex BE 92 9D 0 17 11 19 159 19 42
Octal 276 222 235 0 27 21 31 531 31 102
Binary 10111110 10010010 10011101 0 10111 10001 11001 101011001 11001 1000010

Color Harmonies of #BE929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE929D

Black with #BE929D

Text Example


Text Example

White with #BE929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE929D; }

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

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

background-color css

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

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

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

border-color css

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

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

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