Html Css Color HEX #BEA0DF Perfume

📋 copy color: '#BEA0DF'

red 190 ◦ green 160 ◦ blue 223

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

Shades of Perfume #BEA0DF

Tints of Perfume #BEA0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 33.16%
G = 27.92%
B = 38.92%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA0DF (or 0xBEA0DF) is known color: Perfume. HEX triplet: BE, A0 and DF. RGB value is (190,160,223). Sum of RGB (Red+Green+Blue) = 190+160+223=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DF is #415F20. Grayscale: #AFAFAF. Windows color (decimal): -4284193 or 14655678. OLE color: 14655678.

HSL color Cylindrical-coordinate representation of color #BEA0DF: hue angle of 268.57º degrees, saturation: 0.5, 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 #BEA0DF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 160 223 -
CMYK 0.15 0.28 0 0.13
HSL 268.57º 0.5% 0.75% -
HSV(B) 268.57º 0.28% 0.87% -
XYZ 47.13 41.42 75.32 -
YUV 176.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 190 160 223 0.15 0.28 0 0.13 268.57 0.5 0.75
Hex BE A0 DF F 1C 0 D 10D 32 4B
Octal 276 240 337 17 34 0 15 415 62 113
Binary 10111110 10100000 11011111 1111 11100 0 1101 100001101 110010 1001011

Color Harmonies of #BEA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0DF

Black with #BEA0DF

Text Example


Text Example

White with #BEA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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