Shades of Perfume #BD9FED
Tints of Perfume #BD9FED
RGB
CMYK
RGB Variations
Color information
#BD9FED (or 0xBD9FED) is known color: Perfume. HEX triplet: BD, 9F and ED. RGB value is (189,159,237). Sum of RGB (Red+Green+Blue) = 189+159+237=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FED is #426012. Grayscale: #B0B0B0. Windows color (decimal): -4349971 or 15572925. OLE color: 15572925.
HSL color Cylindrical-coordinate representation of color #BD9FED: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FED is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 159 | 237 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.07 |
| HSL | 263.08º | 0.68% | 0.78% | - |
| HSV(B) | 263.08º | 0.33% | 0.93% | - |
| XYZ | 48.67 | 41.73 | 85.61 | - |
| YUV | 176.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 237 | 0.20 | 0.33 | 0 | 0.07 | 263.08 | 0.68 | 0.78 |
| Hex | BD | 9F | ED | 14 | 21 | 0 | 7 | 107 | 44 | 4E |
| Octal | 275 | 237 | 355 | 24 | 41 | 0 | 7 | 407 | 104 | 116 |
| Binary | 10111101 | 10011111 | 11101101 | 10100 | 100001 | 0 | 111 | 100000111 | 1000100 | 1001110 |
Color Harmonies of #BD9FED
Complementary color
Monochromatic Colors of #BD9FED
Black with #BD9FED
Text Example
Text Example
White with #BD9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FED; }
p { color: rgb(189,159,237); }
H1.HeaderClassName
{
color: #BD9FED;
}
.AnyTagClassName
{
color: #BD9FED;
}
</style>
background-color css
<style>
a { background-color: #BD9FED; }
a { background-color: rgb(189,159,237); }
div.DivClassName
{
background-color: #BD9FED;
}
.BgClassName
{
background-color: #BD9FED;
}
</style>
border-color css
<style>
span { border-color: #BD9FED; }
span { border-color: rgb(189,159,237); }
td.TdClassName
{
border-color: #BD9FED;
}
.TagClassName
{
border-color: #BD9FED;
}
</style>