Html Css Color HEX #BEA0DE Perfume

📋 copy color: '#BEA0DE'

red 190 ◦ green 160 ◦ blue 222

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

Shades of Perfume #BEA0DE

Tints of Perfume #BEA0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 33.22%
G = 27.97%
B = 38.81%

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

#BEA0DE (or 0xBEA0DE) is known color: Perfume. HEX triplet: BE, A0 and DE. RGB value is (190,160,222). Sum of RGB (Red+Green+Blue) = 190+160+222=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DE is #415F21. Grayscale: #AFAFAF. Windows color (decimal): -4284194 or 14590142. OLE color: 14590142.

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

Color convert

RGB 190 160 222 -
CMYK 0.14 0.28 0 0.13
HSL 269.03º 0.48% 0.75% -
HSV(B) 269.03º 0.28% 0.87% -
XYZ 46.99 41.36 74.61 -
YUV 176.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 190 160 222 0.14 0.28 0 0.13 269.03 0.48 0.75
Hex BE A0 DE E 1C 0 D 10D 30 4B
Octal 276 240 336 16 34 0 15 415 60 113
Binary 10111110 10100000 11011110 1110 11100 0 1101 100001101 110000 1001011

Color Harmonies of #BEA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0DE

Black with #BEA0DE

Text Example


Text Example

White with #BEA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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