Html Css Color HEX #BEA0DD Perfume

📋 copy color: '#BEA0DD'

red 190 ◦ green 160 ◦ blue 221

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

Shades of Perfume #BEA0DD

Tints of Perfume #BEA0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 33.27%
G = 28.02%
B = 38.7%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA0DD (or 0xBEA0DD) is known color: Perfume. HEX triplet: BE, A0 and DD. RGB value is (190,160,221). Sum of RGB (Red+Green+Blue) = 190+160+221=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DD is #415F22. Grayscale: #AFAFAF. Windows color (decimal): -4284195 or 14524606. OLE color: 14524606.

HSL color Cylindrical-coordinate representation of color #BEA0DD: hue angle of 269.51º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA0DD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 160 221 -
CMYK 0.14 0.28 0 0.13
HSL 269.51º 0.47% 0.75% -
HSV(B) 269.51º 0.28% 0.87% -
XYZ 46.86 41.31 73.91 -
YUV 175.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 190 160 221 0.14 0.28 0 0.13 269.51 0.47 0.75
Hex BE A0 DD E 1C 0 D 10E 2F 4B
Octal 276 240 335 16 34 0 15 416 57 113
Binary 10111110 10100000 11011101 1110 11100 0 1101 100001110 101111 1001011

Color Harmonies of #BEA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0DD

Black with #BEA0DD

Text Example


Text Example

White with #BEA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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