Shades of Perfume #BD98F0
Tints of Perfume #BD98F0
RGB
CMYK
RGB Variations
Color information
#BD98F0 (or 0xBD98F0) is known color: Perfume. HEX triplet: BD, 98 and F0. RGB value is (189,152,240). Sum of RGB (Red+Green+Blue) = 189+152+240=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD98F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98F0 is #42670F. Grayscale: #ACACAC. Windows color (decimal): -4351760 or 15767741. OLE color: 15767741.
HSL color Cylindrical-coordinate representation of color #BD98F0: hue angle of 265.23º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD98F0 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 152 | 240 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.06 |
| HSL | 265.23º | 0.75% | 0.77% | - |
| HSV(B) | 265.23º | 0.37% | 0.94% | - |
| XYZ | 47.94 | 39.57 | 87.55 | - |
| YUV | 173.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 240 | 0.21 | 0.37 | 0 | 0.06 | 265.23 | 0.75 | 0.77 |
| Hex | BD | 98 | F0 | 15 | 25 | 0 | 6 | 109 | 4B | 4D |
| Octal | 275 | 230 | 360 | 25 | 45 | 0 | 6 | 411 | 113 | 115 |
| Binary | 10111101 | 10011000 | 11110000 | 10101 | 100101 | 0 | 110 | 100001001 | 1001011 | 1001101 |
Color Harmonies of #BD98F0
Complementary color
Monochromatic Colors of #BD98F0
Black with #BD98F0
Text Example
Text Example
White with #BD98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98F0; }
p { color: rgb(189,152,240); }
H1.HeaderClassName
{
color: #BD98F0;
}
.AnyTagClassName
{
color: #BD98F0;
}
</style>
background-color css
<style>
a { background-color: #BD98F0; }
a { background-color: rgb(189,152,240); }
div.DivClassName
{
background-color: #BD98F0;
}
.BgClassName
{
background-color: #BD98F0;
}
</style>
border-color css
<style>
span { border-color: #BD98F0; }
span { border-color: rgb(189,152,240); }
td.TdClassName
{
border-color: #BD98F0;
}
.TagClassName
{
border-color: #BD98F0;
}
</style>