Shades of Perfume #BE99DC
Tints of Perfume #BE99DC
RGB
CMYK
RGB Variations
Color information
#BE99DC (or 0xBE99DC) is known color: Perfume. HEX triplet: BE, 99 and DC. RGB value is (190,153,220). Sum of RGB (Red+Green+Blue) = 190+153+220=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99DC is #416623. Grayscale: #ABABAB. Windows color (decimal): -4285988 or 14457278. OLE color: 14457278.
HSL color Cylindrical-coordinate representation of color #BE99DC: hue angle of 273.13º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE99DC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 153 | 220 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.14 |
| HSL | 273.13º | 0.49% | 0.73% | - |
| HSV(B) | 273.13º | 0.3% | 0.86% | - |
| XYZ | 45.54 | 38.9 | 72.82 | - |
| YUV | 171.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 220 | 0.14 | 0.30 | 0 | 0.14 | 273.13 | 0.49 | 0.73 |
| Hex | BE | 99 | DC | E | 1E | 0 | E | 111 | 31 | 49 |
| Octal | 276 | 231 | 334 | 16 | 36 | 0 | 16 | 421 | 61 | 111 |
| Binary | 10111110 | 10011001 | 11011100 | 1110 | 11110 | 0 | 1110 | 100010001 | 110001 | 1001001 |
Color Harmonies of #BE99DC
Complementary color
Monochromatic Colors of #BE99DC
Black with #BE99DC
Text Example
Text Example
White with #BE99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE99DC; }
p { color: rgb(190,153,220); }
H1.HeaderClassName
{
color: #BE99DC;
}
.AnyTagClassName
{
color: #BE99DC;
}
</style>
background-color css
<style>
a { background-color: #BE99DC; }
a { background-color: rgb(190,153,220); }
div.DivClassName
{
background-color: #BE99DC;
}
.BgClassName
{
background-color: #BE99DC;
}
</style>
border-color css
<style>
span { border-color: #BE99DC; }
span { border-color: rgb(190,153,220); }
td.TdClassName
{
border-color: #BE99DC;
}
.TagClassName
{
border-color: #BE99DC;
}
</style>