Shades of Perfume #BD99E1
Tints of Perfume #BD99E1
RGB
CMYK
RGB Variations
Color information
#BD99E1 (or 0xBD99E1) is known color: Perfume. HEX triplet: BD, 99 and E1. RGB value is (189,153,225). Sum of RGB (Red+Green+Blue) = 189+153+225=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99E1 is #42661E. Grayscale: #ABABAB. Windows color (decimal): -4351519 or 14784957. OLE color: 14784957.
HSL color Cylindrical-coordinate representation of color #BD99E1: hue angle of 270º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD99E1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 153 | 225 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.12 |
| HSL | 270º | 0.55% | 0.74% | - |
| HSV(B) | 270º | 0.32% | 0.88% | - |
| XYZ | 45.97 | 39.04 | 76.35 | - |
| YUV | 171.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 225 | 0.16 | 0.32 | 0 | 0.12 | 270 | 0.55 | 0.74 |
| Hex | BD | 99 | E1 | 10 | 20 | 0 | C | 10E | 37 | 4A |
| Octal | 275 | 231 | 341 | 20 | 40 | 0 | 14 | 416 | 67 | 112 |
| Binary | 10111101 | 10011001 | 11100001 | 10000 | 100000 | 0 | 1100 | 100001110 | 110111 | 1001010 |
Color Harmonies of #BD99E1
Complementary color
Monochromatic Colors of #BD99E1
Black with #BD99E1
Text Example
Text Example
White with #BD99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99E1; }
p { color: rgb(189,153,225); }
H1.HeaderClassName
{
color: #BD99E1;
}
.AnyTagClassName
{
color: #BD99E1;
}
</style>
background-color css
<style>
a { background-color: #BD99E1; }
a { background-color: rgb(189,153,225); }
div.DivClassName
{
background-color: #BD99E1;
}
.BgClassName
{
background-color: #BD99E1;
}
</style>
border-color css
<style>
span { border-color: #BD99E1; }
span { border-color: rgb(189,153,225); }
td.TdClassName
{
border-color: #BD99E1;
}
.TagClassName
{
border-color: #BD99E1;
}
</style>