Shades of Perfume #BD9FF0
Tints of Perfume #BD9FF0
RGB
CMYK
RGB Variations
Color information
#BD9FF0 (or 0xBD9FF0) is known color: Perfume. HEX triplet: BD, 9F and F0. RGB value is (189,159,240). Sum of RGB (Red+Green+Blue) = 189+159+240=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FF0 is #42600F. Grayscale: #B0B0B0. Windows color (decimal): -4349968 or 15769533. OLE color: 15769533.
HSL color Cylindrical-coordinate representation of color #BD9FF0: hue angle of 262.22º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9FF0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 159 | 240 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.06 |
| HSL | 262.22º | 0.73% | 0.78% | - |
| HSV(B) | 262.22º | 0.34% | 0.94% | - |
| XYZ | 49.11 | 41.91 | 87.94 | - |
| YUV | 177.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 240 | 0.21 | 0.34 | 0 | 0.06 | 262.22 | 0.73 | 0.78 |
| Hex | BD | 9F | F0 | 15 | 22 | 0 | 6 | 106 | 49 | 4E |
| Octal | 275 | 237 | 360 | 25 | 42 | 0 | 6 | 406 | 111 | 116 |
| Binary | 10111101 | 10011111 | 11110000 | 10101 | 100010 | 0 | 110 | 100000110 | 1001001 | 1001110 |
Color Harmonies of #BD9FF0
Complementary color
Monochromatic Colors of #BD9FF0
Black with #BD9FF0
Text Example
Text Example
White with #BD9FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FF0; }
p { color: rgb(189,159,240); }
H1.HeaderClassName
{
color: #BD9FF0;
}
.AnyTagClassName
{
color: #BD9FF0;
}
</style>
background-color css
<style>
a { background-color: #BD9FF0; }
a { background-color: rgb(189,159,240); }
div.DivClassName
{
background-color: #BD9FF0;
}
.BgClassName
{
background-color: #BD9FF0;
}
</style>
border-color css
<style>
span { border-color: #BD9FF0; }
span { border-color: rgb(189,159,240); }
td.TdClassName
{
border-color: #BD9FF0;
}
.TagClassName
{
border-color: #BD9FF0;
}
</style>