Html Css Color HEX #BEA1FE Perfume

📋 copy color: '#BEA1FE'

red 190 ◦ green 161 ◦ blue 254

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

Shades of Perfume #BEA1FE

Tints of Perfume #BEA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.61%

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 31.4%
G = 26.61%
B = 41.98%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEA1FE (or 0xBEA1FE) is known color: Perfume. HEX triplet: BE, A1 and FE. RGB value is (190,161,254). Sum of RGB (Red+Green+Blue) = 190+161+254=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FE is #415E01. Grayscale: #B3B3B3. Windows color (decimal): -4283906 or 16687550. OLE color: 16687550.

HSL color Cylindrical-coordinate representation of color #BEA1FE: hue angle of 258.71º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA1FE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 161 254 -
CMYK 0.25 0.37 0 0.00
HSL 258.71º 0.98% 0.81% -
HSV(B) 258.71º 0.37% 1% -
XYZ 51.87 43.59 99.45 -
YUV 180.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 190 161 254 0.25 0.37 0 0.00 258.71 0.98 0.81
Hex BE A1 FE 19 25 0 0 103 62 51
Octal 276 241 376 31 45 0 0 403 142 121
Binary 10111110 10100001 11111110 11001 100101 0 0 100000011 1100010 1010001

Color Harmonies of #BEA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1FE

Black with #BEA1FE

Text Example


Text Example

White with #BEA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1FE; }

 p { color: rgb(190,161,254); }

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

background-color css

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

 a { background-color: rgb(190,161,254); }

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

border-color css

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

 span { border-color: rgb(190,161,254); }

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