Html Css Color HEX #BEA0DB Perfume

📋 copy color: '#BEA0DB'

red 190 ◦ green 160 ◦ blue 219

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

Shades of Perfume #BEA0DB

Tints of Perfume #BEA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 33.39%
G = 28.12%
B = 38.49%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEA0DB (or 0xBEA0DB) is known color: Perfume. HEX triplet: BE, A0 and DB. RGB value is (190,160,219). Sum of RGB (Red+Green+Blue) = 190+160+219=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DB is #415F24. Grayscale: #AFAFAF. Windows color (decimal): -4284197 or 14393534. OLE color: 14393534.

HSL color Cylindrical-coordinate representation of color #BEA0DB: hue angle of 270.51º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA0DB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 160 219 -
CMYK 0.13 0.27 0 0.14
HSL 270.51º 0.45% 0.74% -
HSV(B) 270.51º 0.27% 0.86% -
XYZ 46.59 41.2 72.52 -
YUV 175.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 190 160 219 0.13 0.27 0 0.14 270.51 0.45 0.74
Hex BE A0 DB D 1B 0 E 10F 2D 4A
Octal 276 240 333 15 33 0 16 417 55 112
Binary 10111110 10100000 11011011 1101 11011 0 1110 100001111 101101 1001010

Color Harmonies of #BEA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0DB

Black with #BEA0DB

Text Example


Text Example

White with #BEA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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