Html Css Color HEX #BE8A98 Viola

📋 copy color: '#BE8A98'

red 190 ◦ green 138 ◦ blue 152

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

Shades of Viola #BE8A98

Tints of Viola #BE8A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

 BLUE value IS 152 (59.77% from 255) = 31.67%

R = 39.58%
G = 28.75%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE8A98 (or 0xBE8A98) is known color: Viola. HEX triplet: BE, 8A and 98. RGB value is (190,138,152). Sum of RGB (Red+Green+Blue) = 190+138+152=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A98 is #417567. Grayscale: #9B9B9B. Windows color (decimal): -4289896 or 9996990. OLE color: 9996990.

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

Color convert

RGB 190 138 152 -
CMYK 0 0.27 0.2 0.25
HSL 343.85º 0.29% 0.64% -
HSV(B) 343.85º 0.27% 0.75% -
XYZ 35.99 31.39 33.87 -
YUV 155.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 190 138 152 0 0.27 0.2 0.25 343.85 0.29 0.64
Hex BE 8A 98 0 1B 14 19 158 1D 40
Octal 276 212 230 0 33 24 31 530 35 100
Binary 10111110 10001010 10011000 0 11011 10100 11001 101011000 11101 1000000

Color Harmonies of #BE8A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A98

Black with #BE8A98

Text Example


Text Example

White with #BE8A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A98; }

 p { color: rgb(190,138,152); }

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

background-color css

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

 a { background-color: rgb(190,138,152); }

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

border-color css

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

 span { border-color: rgb(190,138,152); }

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