Shades of Perfume #BD9BF3
Tints of Perfume #BD9BF3
RGB
CMYK
RGB Variations
Color information
#BD9BF3 (or 0xBD9BF3) is known color: Perfume. HEX triplet: BD, 9B and F3. RGB value is (189,155,243). Sum of RGB (Red+Green+Blue) = 189+155+243=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD9BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BF3 is #42640C. Grayscale: #AEAEAE. Windows color (decimal): -4350989 or 15965117. OLE color: 15965117.
HSL color Cylindrical-coordinate representation of color #BD9BF3: hue angle of 263.18º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD9BF3 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 155 | 243 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.05 |
| HSL | 263.18º | 0.79% | 0.78% | - |
| HSV(B) | 263.18º | 0.36% | 0.95% | - |
| XYZ | 48.89 | 40.73 | 90.08 | - |
| YUV | 175.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 243 | 0.22 | 0.36 | 0 | 0.05 | 263.18 | 0.79 | 0.78 |
| Hex | BD | 9B | F3 | 16 | 24 | 0 | 5 | 107 | 4F | 4E |
| Octal | 275 | 233 | 363 | 26 | 44 | 0 | 5 | 407 | 117 | 116 |
| Binary | 10111101 | 10011011 | 11110011 | 10110 | 100100 | 0 | 101 | 100000111 | 1001111 | 1001110 |
Color Harmonies of #BD9BF3
Complementary color
Monochromatic Colors of #BD9BF3
Black with #BD9BF3
Text Example
Text Example
White with #BD9BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BF3; }
p { color: rgb(189,155,243); }
H1.HeaderClassName
{
color: #BD9BF3;
}
.AnyTagClassName
{
color: #BD9BF3;
}
</style>
background-color css
<style>
a { background-color: #BD9BF3; }
a { background-color: rgb(189,155,243); }
div.DivClassName
{
background-color: #BD9BF3;
}
.BgClassName
{
background-color: #BD9BF3;
}
</style>
border-color css
<style>
span { border-color: #BD9BF3; }
span { border-color: rgb(189,155,243); }
td.TdClassName
{
border-color: #BD9BF3;
}
.TagClassName
{
border-color: #BD9BF3;
}
</style>