Html Css Color HEX #BEA0E5 Perfume

📋 copy color: '#BEA0E5'

red 190 ◦ green 160 ◦ blue 229

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

Shades of Perfume #BEA0E5

Tints of Perfume #BEA0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.63%

 BLUE value IS 229 (89.84% from 255) = 39.55%

R = 32.82%
G = 27.63%
B = 39.55%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEA0E5 (or 0xBEA0E5) is known color: Perfume. HEX triplet: BE, A0 and E5. RGB value is (190,160,229). Sum of RGB (Red+Green+Blue) = 190+160+229=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0E5 is #415F1A. Grayscale: #B0B0B0. Windows color (decimal): -4284187 or 15048894. OLE color: 15048894.

HSL color Cylindrical-coordinate representation of color #BEA0E5: hue angle of 266.09º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA0E5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 160 229 -
CMYK 0.17 0.30 0 0.10
HSL 266.09º 0.57% 0.76% -
HSV(B) 266.09º 0.3% 0.9% -
XYZ 47.95 41.75 79.66 -
YUV 176.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 190 160 229 0.17 0.30 0 0.10 266.09 0.57 0.76
Hex BE A0 E5 11 1E 0 A 10A 39 4C
Octal 276 240 345 21 36 0 12 412 71 114
Binary 10111110 10100000 11100101 10001 11110 0 1010 100001010 111001 1001100

Color Harmonies of #BEA0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0E5

Black with #BEA0E5

Text Example


Text Example

White with #BEA0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0E5; }

 p { color: rgb(190,160,229); }

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

background-color css

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

 a { background-color: rgb(190,160,229); }

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

border-color css

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

 span { border-color: rgb(190,160,229); }

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