Html Css Color HEX #BE8EFA Perfume

📋 copy color: '#BE8EFA'

red 190 ◦ green 142 ◦ blue 250

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

Shades of Perfume #BE8EFA

Tints of Perfume #BE8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.4%

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 32.65%
G = 24.4%
B = 42.96%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE8EFA (or 0xBE8EFA) is known color: Perfume. HEX triplet: BE, 8E and FA. RGB value is (190,142,250). Sum of RGB (Red+Green+Blue) = 190+142+250=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EFA is #417105. Grayscale: #A8A8A8. Windows color (decimal): -4288774 or 16420542. OLE color: 16420542.

HSL color Cylindrical-coordinate representation of color #BE8EFA: hue angle of 266.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8EFA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 142 250 -
CMYK 0.24 0.43 0 0.02
HSL 266.67º 0.92% 0.77% -
HSV(B) 266.67º 0.43% 0.98% -
XYZ 48.16 37.2 95.08 -
YUV 168.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 190 142 250 0.24 0.43 0 0.02 266.67 0.92 0.77
Hex BE 8E FA 18 2B 0 2 10B 5C 4D
Octal 276 216 372 30 53 0 2 413 134 115
Binary 10111110 10001110 11111010 11000 101011 0 10 100001011 1011100 1001101

Color Harmonies of #BE8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8EFA

Black with #BE8EFA

Text Example


Text Example

White with #BE8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8EFA; }

 p { color: rgb(190,142,250); }

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

background-color css

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

 a { background-color: rgb(190,142,250); }

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

border-color css

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

 span { border-color: rgb(190,142,250); }

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