Shades of Perfume #BD9FF3
Tints of Perfume #BD9FF3
RGB
CMYK
RGB Variations
Color information
#BD9FF3 (or 0xBD9FF3) is known color: Perfume. HEX triplet: BD, 9F and F3. RGB value is (189,159,243). Sum of RGB (Red+Green+Blue) = 189+159+243=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD9FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FF3 is #42600C. Grayscale: #B1B1B1. Windows color (decimal): -4349965 or 15966141. OLE color: 15966141.
HSL color Cylindrical-coordinate representation of color #BD9FF3: hue angle of 261.43º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9FF3 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 159 | 243 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.05 |
| HSL | 261.43º | 0.78% | 0.79% | - |
| HSV(B) | 261.43º | 0.35% | 0.95% | - |
| XYZ | 49.56 | 42.09 | 90.31 | - |
| YUV | 177.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 243 | 0.22 | 0.35 | 0 | 0.05 | 261.43 | 0.78 | 0.79 |
| Hex | BD | 9F | F3 | 16 | 23 | 0 | 5 | 105 | 4E | 4F |
| Octal | 275 | 237 | 363 | 26 | 43 | 0 | 5 | 405 | 116 | 117 |
| Binary | 10111101 | 10011111 | 11110011 | 10110 | 100011 | 0 | 101 | 100000101 | 1001110 | 1001111 |
Color Harmonies of #BD9FF3
Complementary color
Monochromatic Colors of #BD9FF3
Black with #BD9FF3
Text Example
Text Example
White with #BD9FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FF3; }
p { color: rgb(189,159,243); }
H1.HeaderClassName
{
color: #BD9FF3;
}
.AnyTagClassName
{
color: #BD9FF3;
}
</style>
background-color css
<style>
a { background-color: #BD9FF3; }
a { background-color: rgb(189,159,243); }
div.DivClassName
{
background-color: #BD9FF3;
}
.BgClassName
{
background-color: #BD9FF3;
}
</style>
border-color css
<style>
span { border-color: #BD9FF3; }
span { border-color: rgb(189,159,243); }
td.TdClassName
{
border-color: #BD9FF3;
}
.TagClassName
{
border-color: #BD9FF3;
}
</style>