Html Css Color HEX #BE99A1 Viola

📋 copy color: '#BE99A1'

red 190 ◦ green 153 ◦ blue 161

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

Shades of Viola #BE99A1

Tints of Viola #BE99A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.36%

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 37.7%
G = 30.36%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE99A1 (or 0xBE99A1) is known color: Viola. HEX triplet: BE, 99 and A1. RGB value is (190,153,161). Sum of RGB (Red+Green+Blue) = 190+153+161=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE99A1 is #41665E. Grayscale: #A4A4A4. Windows color (decimal): -4286047 or 10590654. OLE color: 10590654.

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

Color convert

RGB 190 153 161 -
CMYK 0 0.19 0.15 0.25
HSL 347.03º 0.22% 0.67% -
HSV(B) 347.03º 0.19% 0.75% -
XYZ 39.06 36.3 38.67 -
YUV 164.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 190 153 161 0 0.19 0.15 0.25 347.03 0.22 0.67
Hex BE 99 A1 0 13 F 19 15B 16 43
Octal 276 231 241 0 23 17 31 533 26 103
Binary 10111110 10011001 10100001 0 10011 1111 11001 101011011 10110 1000011

Color Harmonies of #BE99A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE99A1

Black with #BE99A1

Text Example


Text Example

White with #BE99A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE99A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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