Shades of Perfume #BD98F9
Tints of Perfume #BD98F9
RGB
CMYK
RGB Variations
Color information
#BD98F9 (or 0xBD98F9) is known color: Perfume. HEX triplet: BD, 98 and F9. RGB value is (189,152,249). Sum of RGB (Red+Green+Blue) = 189+152+249=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98F9 is #426706. Grayscale: #ADADAD. Windows color (decimal): -4351751 or 16357565. OLE color: 16357565.
HSL color Cylindrical-coordinate representation of color #BD98F9: hue angle of 262.89º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD98F9 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 152 | 249 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.02 |
| HSL | 262.89º | 0.89% | 0.79% | - |
| HSV(B) | 262.89º | 0.39% | 0.98% | - |
| XYZ | 49.31 | 40.11 | 94.77 | - |
| YUV | 174.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 249 | 0.24 | 0.39 | 0 | 0.02 | 262.89 | 0.89 | 0.79 |
| Hex | BD | 98 | F9 | 18 | 27 | 0 | 2 | 107 | 59 | 4F |
| Octal | 275 | 230 | 371 | 30 | 47 | 0 | 2 | 407 | 131 | 117 |
| Binary | 10111101 | 10011000 | 11111001 | 11000 | 100111 | 0 | 10 | 100000111 | 1011001 | 1001111 |
Color Harmonies of #BD98F9
Complementary color
Monochromatic Colors of #BD98F9
Black with #BD98F9
Text Example
Text Example
White with #BD98F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98F9; }
p { color: rgb(189,152,249); }
H1.HeaderClassName
{
color: #BD98F9;
}
.AnyTagClassName
{
color: #BD98F9;
}
</style>
background-color css
<style>
a { background-color: #BD98F9; }
a { background-color: rgb(189,152,249); }
div.DivClassName
{
background-color: #BD98F9;
}
.BgClassName
{
background-color: #BD98F9;
}
</style>
border-color css
<style>
span { border-color: #BD98F9; }
span { border-color: rgb(189,152,249); }
td.TdClassName
{
border-color: #BD98F9;
}
.TagClassName
{
border-color: #BD98F9;
}
</style>