Shades of Perfume #BD9BFE
Tints of Perfume #BD9BFE
RGB
CMYK
RGB Variations
Color information
#BD9BFE (or 0xBD9BFE) is known color: Perfume. HEX triplet: BD, 9B and FE. RGB value is (189,155,254). Sum of RGB (Red+Green+Blue) = 189+155+254=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BFE is #426401. Grayscale: #B0B0B0. Windows color (decimal): -4350978 or 16686013. OLE color: 16686013.
HSL color Cylindrical-coordinate representation of color #BD9BFE: hue angle of 260.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9BFE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 155 | 254 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.00 |
| HSL | 260.61º | 0.98% | 0.8% | - |
| HSV(B) | 260.61º | 0.39% | 1% | - |
| XYZ | 50.6 | 41.42 | 99.09 | - |
| YUV | 176.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 254 | 0.26 | 0.39 | 0 | 0.00 | 260.61 | 0.98 | 0.8 |
| Hex | BD | 9B | FE | 1A | 27 | 0 | 0 | 105 | 62 | 50 |
| Octal | 275 | 233 | 376 | 32 | 47 | 0 | 0 | 405 | 142 | 120 |
| Binary | 10111101 | 10011011 | 11111110 | 11010 | 100111 | 0 | 0 | 100000101 | 1100010 | 1010000 |
Color Harmonies of #BD9BFE
Complementary color
Monochromatic Colors of #BD9BFE
Black with #BD9BFE
Text Example
Text Example
White with #BD9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BFE; }
p { color: rgb(189,155,254); }
H1.HeaderClassName
{
color: #BD9BFE;
}
.AnyTagClassName
{
color: #BD9BFE;
}
</style>
background-color css
<style>
a { background-color: #BD9BFE; }
a { background-color: rgb(189,155,254); }
div.DivClassName
{
background-color: #BD9BFE;
}
.BgClassName
{
background-color: #BD9BFE;
}
</style>
border-color css
<style>
span { border-color: #BD9BFE; }
span { border-color: rgb(189,155,254); }
td.TdClassName
{
border-color: #BD9BFE;
}
.TagClassName
{
border-color: #BD9BFE;
}
</style>