Html Css Color HEX #BE9EF2 Perfume

📋 copy color: '#BE9EF2'

red 190 ◦ green 158 ◦ blue 242

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

Shades of Perfume #BE9EF2

Tints of Perfume #BE9EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.78%

 BLUE value IS 242 (94.92% from 255) = 41.02%

R = 32.2%
G = 26.78%
B = 41.02%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE9EF2 (or 0xBE9EF2) is known color: Perfume. HEX triplet: BE, 9E and F2. RGB value is (190,158,242). Sum of RGB (Red+Green+Blue) = 190+158+242=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9EF2 is #41610D. Grayscale: #B0B0B0. Windows color (decimal): -4284686 or 15900350. OLE color: 15900350.

HSL color Cylindrical-coordinate representation of color #BE9EF2: hue angle of 262.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9EF2 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 158 242 -
CMYK 0.21 0.35 0 0.05
HSL 262.86º 0.76% 0.78% -
HSV(B) 262.86º 0.35% 0.95% -
XYZ 49.49 41.81 89.47 -
YUV 177.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 190 158 242 0.21 0.35 0 0.05 262.86 0.76 0.78
Hex BE 9E F2 15 23 0 5 107 4C 4E
Octal 276 236 362 25 43 0 5 407 114 116
Binary 10111110 10011110 11110010 10101 100011 0 101 100000111 1001100 1001110

Color Harmonies of #BE9EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9EF2

Black with #BE9EF2

Text Example


Text Example

White with #BE9EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9EF2; }

 p { color: rgb(190,158,242); }

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

background-color css

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

 a { background-color: rgb(190,158,242); }

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

border-color css

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

 span { border-color: rgb(190,158,242); }

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