Html Css Color HEX #BE96E2 Perfume

📋 copy color: '#BE96E2'

red 190 ◦ green 150 ◦ blue 226

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

Shades of Perfume #BE96E2

Tints of Perfume #BE96E2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.5%

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 33.57%
G = 26.5%
B = 39.93%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE96E2 (or 0xBE96E2) is known color: Perfume. HEX triplet: BE, 96 and E2. RGB value is (190,150,226). Sum of RGB (Red+Green+Blue) = 190+150+226=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96E2 is #41691D. Grayscale: #AAAAAA. Windows color (decimal): -4286750 or 14849726. OLE color: 14849726.

HSL color Cylindrical-coordinate representation of color #BE96E2: hue angle of 271.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE96E2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 150 226 -
CMYK 0.16 0.34 0 0.11
HSL 271.58º 0.57% 0.74% -
HSV(B) 271.58º 0.34% 0.89% -
XYZ 45.87 38.25 76.92 -
YUV 170.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 190 150 226 0.16 0.34 0 0.11 271.58 0.57 0.74
Hex BE 96 E2 10 22 0 B 110 39 4A
Octal 276 226 342 20 42 0 13 420 71 112
Binary 10111110 10010110 11100010 10000 100010 0 1011 100010000 111001 1001010

Color Harmonies of #BE96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96E2

Black with #BE96E2

Text Example


Text Example

White with #BE96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96E2; }

 p { color: rgb(190,150,226); }

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

background-color css

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

 a { background-color: rgb(190,150,226); }

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

border-color css

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

 span { border-color: rgb(190,150,226); }

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