Shades of Perfume #BD9BF6
Tints of Perfume #BD9BF6
RGB
CMYK
RGB Variations
Color information
#BD9BF6 (or 0xBD9BF6) is known color: Perfume. HEX triplet: BD, 9B and F6. RGB value is (189,155,246). Sum of RGB (Red+Green+Blue) = 189+155+246=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BF6 is #426409. Grayscale: #AFAFAF. Windows color (decimal): -4350986 or 16161725. OLE color: 16161725.
HSL color Cylindrical-coordinate representation of color #BD9BF6: hue angle of 262.42º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9BF6 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 155 | 246 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.04 |
| HSL | 262.42º | 0.83% | 0.79% | - |
| HSV(B) | 262.42º | 0.37% | 0.96% | - |
| XYZ | 49.34 | 40.92 | 92.49 | - |
| YUV | 175.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 246 | 0.23 | 0.37 | 0 | 0.04 | 262.42 | 0.83 | 0.79 |
| Hex | BD | 9B | F6 | 17 | 25 | 0 | 4 | 106 | 53 | 4F |
| Octal | 275 | 233 | 366 | 27 | 45 | 0 | 4 | 406 | 123 | 117 |
| Binary | 10111101 | 10011011 | 11110110 | 10111 | 100101 | 0 | 100 | 100000110 | 1010011 | 1001111 |
Color Harmonies of #BD9BF6
Complementary color
Monochromatic Colors of #BD9BF6
Black with #BD9BF6
Text Example
Text Example
White with #BD9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BF6; }
p { color: rgb(189,155,246); }
H1.HeaderClassName
{
color: #BD9BF6;
}
.AnyTagClassName
{
color: #BD9BF6;
}
</style>
background-color css
<style>
a { background-color: #BD9BF6; }
a { background-color: rgb(189,155,246); }
div.DivClassName
{
background-color: #BD9BF6;
}
.BgClassName
{
background-color: #BD9BF6;
}
</style>
border-color css
<style>
span { border-color: #BD9BF6; }
span { border-color: rgb(189,155,246); }
td.TdClassName
{
border-color: #BD9BF6;
}
.TagClassName
{
border-color: #BD9BF6;
}
</style>