Shades of Perfume #BD99E5
Tints of Perfume #BD99E5
RGB
CMYK
RGB Variations
Color information
#BD99E5 (or 0xBD99E5) is known color: Perfume. HEX triplet: BD, 99 and E5. RGB value is (189,153,229). Sum of RGB (Red+Green+Blue) = 189+153+229=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD99E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99E5 is #42661A. Grayscale: #ACACAC. Windows color (decimal): -4351515 or 15047101. OLE color: 15047101.
HSL color Cylindrical-coordinate representation of color #BD99E5: hue angle of 268.42º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD99E5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 153 | 229 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.10 |
| HSL | 268.42º | 0.59% | 0.75% | - |
| HSV(B) | 268.42º | 0.33% | 0.9% | - |
| XYZ | 46.52 | 39.26 | 79.25 | - |
| YUV | 172.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 229 | 0.17 | 0.33 | 0 | 0.10 | 268.42 | 0.59 | 0.75 |
| Hex | BD | 99 | E5 | 11 | 21 | 0 | A | 10C | 3B | 4B |
| Octal | 275 | 231 | 345 | 21 | 41 | 0 | 12 | 414 | 73 | 113 |
| Binary | 10111101 | 10011001 | 11100101 | 10001 | 100001 | 0 | 1010 | 100001100 | 111011 | 1001011 |
Color Harmonies of #BD99E5
Complementary color
Monochromatic Colors of #BD99E5
Black with #BD99E5
Text Example
Text Example
White with #BD99E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99E5; }
p { color: rgb(189,153,229); }
H1.HeaderClassName
{
color: #BD99E5;
}
.AnyTagClassName
{
color: #BD99E5;
}
</style>
background-color css
<style>
a { background-color: #BD99E5; }
a { background-color: rgb(189,153,229); }
div.DivClassName
{
background-color: #BD99E5;
}
.BgClassName
{
background-color: #BD99E5;
}
</style>
border-color css
<style>
span { border-color: #BD99E5; }
span { border-color: rgb(189,153,229); }
td.TdClassName
{
border-color: #BD99E5;
}
.TagClassName
{
border-color: #BD99E5;
}
</style>