Html Css Color HEX #BE96E6 Perfume

📋 copy color: '#BE96E6'

red 190 ◦ green 150 ◦ blue 230

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

Shades of Perfume #BE96E6

Tints of Perfume #BE96E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 33.33%
G = 26.32%
B = 40.35%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE96E6 (or 0xBE96E6) is known color: Perfume. HEX triplet: BE, 96 and E6. RGB value is (190,150,230). Sum of RGB (Red+Green+Blue) = 190+150+230=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96E6 is #416919. Grayscale: #AAAAAA. Windows color (decimal): -4286746 or 15111870. OLE color: 15111870.

HSL color Cylindrical-coordinate representation of color #BE96E6: hue angle of 270º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE96E6 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 150 230 -
CMYK 0.17 0.35 0 0.10
HSL 270º 0.62% 0.75% -
HSV(B) 270º 0.35% 0.9% -
XYZ 46.42 38.47 79.84 -
YUV 171.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 190 150 230 0.17 0.35 0 0.10 270 0.62 0.75
Hex BE 96 E6 11 23 0 A 10E 3E 4B
Octal 276 226 346 21 43 0 12 416 76 113
Binary 10111110 10010110 11100110 10001 100011 0 1010 100001110 111110 1001011

Color Harmonies of #BE96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96E6

Black with #BE96E6

Text Example


Text Example

White with #BE96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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