Html Css Color HEX #BE96ED Perfume

📋 copy color: '#BE96ED'

red 190 ◦ green 150 ◦ blue 237

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

Shades of Perfume #BE96ED

Tints of Perfume #BE96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 32.93%
G = 26%
B = 41.07%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE96ED (or 0xBE96ED) is known color: Perfume. HEX triplet: BE, 96 and ED. RGB value is (190,150,237). Sum of RGB (Red+Green+Blue) = 190+150+237=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96ED is #416912. Grayscale: #ABABAB. Windows color (decimal): -4286739 or 15570622. OLE color: 15570622.

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

Color convert

RGB 190 150 237 -
CMYK 0.20 0.37 0 0.07
HSL 267.59º 0.71% 0.76% -
HSV(B) 267.59º 0.37% 0.93% -
XYZ 47.43 38.87 85.12 -
YUV 171.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 190 150 237 0.20 0.37 0 0.07 267.59 0.71 0.76
Hex BE 96 ED 14 25 0 7 10C 47 4C
Octal 276 226 355 24 45 0 7 414 107 114
Binary 10111110 10010110 11101101 10100 100101 0 111 100001100 1000111 1001100

Color Harmonies of #BE96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96ED

Black with #BE96ED

Text Example


Text Example

White with #BE96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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