Html Css Color HEX #BEA4E1 Perfume

📋 copy color: '#BEA4E1'

red 190 ◦ green 164 ◦ blue 225

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

Shades of Perfume #BEA4E1

Tints of Perfume #BEA4E1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.32%

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 32.82%
G = 28.32%
B = 38.86%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEA4E1 (or 0xBEA4E1) is known color: Perfume. HEX triplet: BE, A4 and E1. RGB value is (190,164,225). Sum of RGB (Red+Green+Blue) = 190+164+225=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEA4E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4E1 is #415B1E. Grayscale: #B2B2B2. Windows color (decimal): -4283167 or 14787774. OLE color: 14787774.

HSL color Cylindrical-coordinate representation of color #BEA4E1: hue angle of 265.57º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA4E1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 164 225 -
CMYK 0.16 0.27 0 0.12
HSL 265.57º 0.5% 0.76% -
HSV(B) 265.57º 0.27% 0.88% -
XYZ 48.1 42.93 76.99 -
YUV 178.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 190 164 225 0.16 0.27 0 0.12 265.57 0.5 0.76
Hex BE A4 E1 10 1B 0 C 10A 32 4C
Octal 276 244 341 20 33 0 14 412 62 114
Binary 10111110 10100100 11100001 10000 11011 0 1100 100001010 110010 1001100

Color Harmonies of #BEA4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4E1

Black with #BEA4E1

Text Example


Text Example

White with #BEA4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4E1; }

 p { color: rgb(190,164,225); }

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

background-color css

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

 a { background-color: rgb(190,164,225); }

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

border-color css

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

 span { border-color: rgb(190,164,225); }

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