Html Css Color HEX #BE8894 Viola

📋 copy color: '#BE8894'

red 190 ◦ green 136 ◦ blue 148

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

Shades of Viola #BE8894

Tints of Viola #BE8894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

 BLUE value IS 148 (58.2% from 255) = 31.22%

R = 40.08%
G = 28.69%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE8894 (or 0xBE8894) is known color: Viola. HEX triplet: BE, 88 and 94. RGB value is (190,136,148). Sum of RGB (Red+Green+Blue) = 190+136+148=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8894 is #41776B. Grayscale: #999999. Windows color (decimal): -4290412 or 9734334. OLE color: 9734334.

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

Color convert

RGB 190 136 148 -
CMYK 0 0.28 0.22 0.25
HSL 346.67º 0.29% 0.64% -
HSV(B) 346.67º 0.28% 0.75% -
XYZ 35.38 30.69 32.08 -
YUV 153.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 190 136 148 0 0.28 0.22 0.25 346.67 0.29 0.64
Hex BE 88 94 0 1C 16 19 15B 1D 40
Octal 276 210 224 0 34 26 31 533 35 100
Binary 10111110 10001000 10010100 0 11100 10110 11001 101011011 11101 1000000

Color Harmonies of #BE8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8894

Black with #BE8894

Text Example


Text Example

White with #BE8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8894; }

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

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

background-color css

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

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

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

border-color css

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

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

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