Shades of Perfume #BEA1DB
Tints of Perfume #BEA1DB
RGB
CMYK
RGB Variations
Color information
#BEA1DB (or 0xBEA1DB) is known color: Perfume. HEX triplet: BE, A1 and DB. RGB value is (190,161,219). Sum of RGB (Red+Green+Blue) = 190+161+219=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1DB is #415E24. Grayscale: #B0B0B0. Windows color (decimal): -4283941 or 14393790. OLE color: 14393790.
HSL color Cylindrical-coordinate representation of color #BEA1DB: hue angle of 270º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA1DB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 161 | 219 | - |
CMYK | 0.13 | 0.26 | 0 | 0.14 |
HSL | 270º | 0.45% | 0.75% | - |
HSV(B) | 270º | 0.26% | 0.86% | - |
XYZ | 46.77 | 41.55 | 72.57 | - |
YUV | 176.28 | 152.11 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 161 | 219 | 0.13 | 0.26 | 0 | 0.14 | 270 | 0.45 | 0.75 |
Hex | BE | A1 | DB | D | 1A | 0 | E | 10E | 2D | 4B |
Octal | 276 | 241 | 333 | 15 | 32 | 0 | 16 | 416 | 55 | 113 |
Binary | 10111110 | 10100001 | 11011011 | 1101 | 11010 | 0 | 1110 | 100001110 | 101101 | 1001011 |
Color Harmonies of #BEA1DB
Complementary color
Monochromatic Colors of #BEA1DB
Black with #BEA1DB
Text Example
Text Example
White with #BEA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA1DB; }
p { color: rgb(190,161,219); }
H1.HeaderClassName
{
color: #BEA1DB;
}
.AnyTagClassName
{
color: #BEA1DB;
}
</style>
background-color css
<style>
a { background-color: #BEA1DB; }
a { background-color: rgb(190,161,219); }
div.DivClassName
{
background-color: #BEA1DB;
}
.BgClassName
{
background-color: #BEA1DB;
}
</style>
border-color css
<style>
span { border-color: #BEA1DB; }
span { border-color: rgb(190,161,219); }
td.TdClassName
{
border-color: #BEA1DB;
}
.TagClassName
{
border-color: #BEA1DB;
}
</style>