Shades of Perfume #BD99DA
Tints of Perfume #BD99DA
RGB
CMYK
RGB Variations
Color information
#BD99DA (or 0xBD99DA) is known color: Perfume. HEX triplet: BD, 99 and DA. RGB value is (189,153,218). Sum of RGB (Red+Green+Blue) = 189+153+218=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99DA is #426625. Grayscale: #AAAAAA. Windows color (decimal): -4351526 or 14326205. OLE color: 14326205.
HSL color Cylindrical-coordinate representation of color #BD99DA: hue angle of 273.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD99DA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 153 | 218 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.15 |
| HSL | 273.23º | 0.47% | 0.73% | - |
| HSV(B) | 273.23º | 0.3% | 0.85% | - |
| XYZ | 45.03 | 38.66 | 71.42 | - |
| YUV | 171.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 218 | 0.13 | 0.30 | 0 | 0.15 | 273.23 | 0.47 | 0.73 |
| Hex | BD | 99 | DA | D | 1E | 0 | F | 111 | 2F | 49 |
| Octal | 275 | 231 | 332 | 15 | 36 | 0 | 17 | 421 | 57 | 111 |
| Binary | 10111101 | 10011001 | 11011010 | 1101 | 11110 | 0 | 1111 | 100010001 | 101111 | 1001001 |
Color Harmonies of #BD99DA
Complementary color
Monochromatic Colors of #BD99DA
Black with #BD99DA
Text Example
Text Example
White with #BD99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99DA; }
p { color: rgb(189,153,218); }
H1.HeaderClassName
{
color: #BD99DA;
}
.AnyTagClassName
{
color: #BD99DA;
}
</style>
background-color css
<style>
a { background-color: #BD99DA; }
a { background-color: rgb(189,153,218); }
div.DivClassName
{
background-color: #BD99DA;
}
.BgClassName
{
background-color: #BD99DA;
}
</style>
border-color css
<style>
span { border-color: #BD99DA; }
span { border-color: rgb(189,153,218); }
td.TdClassName
{
border-color: #BD99DA;
}
.TagClassName
{
border-color: #BD99DA;
}
</style>