Shades of Perfume #BD9DDD
Tints of Perfume #BD9DDD
RGB
CMYK
RGB Variations
Color information
#BD9DDD (or 0xBD9DDD) is known color: Perfume. HEX triplet: BD, 9D and DD. RGB value is (189,157,221). Sum of RGB (Red+Green+Blue) = 189+157+221=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DDD is #426222. Grayscale: #ADADAD. Windows color (decimal): -4350499 or 14523837. OLE color: 14523837.
HSL color Cylindrical-coordinate representation of color #BD9DDD: hue angle of 270º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9DDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 157 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 270º | 0.48% | 0.74% | - |
| HSV(B) | 270º | 0.29% | 0.87% | - |
| XYZ | 46.09 | 40.15 | 73.73 | - |
| YUV | 173.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 221 | 0.14 | 0.29 | 0 | 0.13 | 270 | 0.48 | 0.74 |
| Hex | BD | 9D | DD | E | 1D | 0 | D | 10E | 30 | 4A |
| Octal | 275 | 235 | 335 | 16 | 35 | 0 | 15 | 416 | 60 | 112 |
| Binary | 10111101 | 10011101 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001110 | 110000 | 1001010 |
Color Harmonies of #BD9DDD
Complementary color
Monochromatic Colors of #BD9DDD
Black with #BD9DDD
Text Example
Text Example
White with #BD9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DDD; }
p { color: rgb(189,157,221); }
H1.HeaderClassName
{
color: #BD9DDD;
}
.AnyTagClassName
{
color: #BD9DDD;
}
</style>
background-color css
<style>
a { background-color: #BD9DDD; }
a { background-color: rgb(189,157,221); }
div.DivClassName
{
background-color: #BD9DDD;
}
.BgClassName
{
background-color: #BD9DDD;
}
</style>
border-color css
<style>
span { border-color: #BD9DDD; }
span { border-color: rgb(189,157,221); }
td.TdClassName
{
border-color: #BD9DDD;
}
.TagClassName
{
border-color: #BD9DDD;
}
</style>