Html Css Color HEX #BE96EC Perfume

📋 copy color: '#BE96EC'

red 190 ◦ green 150 ◦ blue 236

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

Shades of Perfume #BE96EC

Tints of Perfume #BE96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 32.99%
G = 26.04%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE96EC (or 0xBE96EC) is known color: Perfume. HEX triplet: BE, 96 and EC. RGB value is (190,150,236). Sum of RGB (Red+Green+Blue) = 190+150+236=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96EC is #416913. Grayscale: #ABABAB. Windows color (decimal): -4286740 or 15505086. OLE color: 15505086.

HSL color Cylindrical-coordinate representation of color #BE96EC: hue angle of 267.91º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE96EC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 150 236 -
CMYK 0.19 0.36 0 0.07
HSL 267.91º 0.69% 0.76% -
HSV(B) 267.91º 0.36% 0.93% -
XYZ 47.28 38.82 84.36 -
YUV 171.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 190 150 236 0.19 0.36 0 0.07 267.91 0.69 0.76
Hex BE 96 EC 13 24 0 7 10C 45 4C
Octal 276 226 354 23 44 0 7 414 105 114
Binary 10111110 10010110 11101100 10011 100100 0 111 100001100 1000101 1001100

Color Harmonies of #BE96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96EC

Black with #BE96EC

Text Example


Text Example

White with #BE96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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