Html Css Color HEX #BEA3F1 Perfume

📋 copy color: '#BEA3F1'

red 190 ◦ green 163 ◦ blue 241

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

Shades of Perfume #BEA3F1

Tints of Perfume #BEA3F1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.44%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 31.99%
G = 27.44%
B = 40.57%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEA3F1 (or 0xBEA3F1) is known color: Perfume. HEX triplet: BE, A3 and F1. RGB value is (190,163,241). Sum of RGB (Red+Green+Blue) = 190+163+241=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA3F1 is #415C0E. Grayscale: #B3B3B3. Windows color (decimal): -4283407 or 15836094. OLE color: 15836094.

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

Color convert

RGB 190 163 241 -
CMYK 0.21 0.32 0 0.05
HSL 260.77º 0.74% 0.79% -
HSV(B) 260.77º 0.32% 0.95% -
XYZ 50.21 43.49 88.97 -
YUV 179.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 190 163 241 0.21 0.32 0 0.05 260.77 0.74 0.79
Hex BE A3 F1 15 20 0 5 105 4A 4F
Octal 276 243 361 25 40 0 5 405 112 117
Binary 10111110 10100011 11110001 10101 100000 0 101 100000101 1001010 1001111

Color Harmonies of #BEA3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3F1

Black with #BEA3F1

Text Example


Text Example

White with #BEA3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3F1; }

 p { color: rgb(190,163,241); }

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

background-color css

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

 a { background-color: rgb(190,163,241); }

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

border-color css

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

 span { border-color: rgb(190,163,241); }

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