Shades of Perfume #BD98EF
Tints of Perfume #BD98EF
RGB
CMYK
RGB Variations
Color information
#BD98EF (or 0xBD98EF) is known color: Perfume. HEX triplet: BD, 98 and EF. RGB value is (189,152,239). Sum of RGB (Red+Green+Blue) = 189+152+239=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD98EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98EF is #426710. Grayscale: #ACACAC. Windows color (decimal): -4351761 or 15702205. OLE color: 15702205.
HSL color Cylindrical-coordinate representation of color #BD98EF: hue angle of 265.52º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD98EF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 152 | 239 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.06 |
| HSL | 265.52º | 0.73% | 0.77% | - |
| HSV(B) | 265.52º | 0.36% | 0.94% | - |
| XYZ | 47.79 | 39.51 | 86.77 | - |
| YUV | 172.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 239 | 0.21 | 0.36 | 0 | 0.06 | 265.52 | 0.73 | 0.77 |
| Hex | BD | 98 | EF | 15 | 24 | 0 | 6 | 10A | 49 | 4D |
| Octal | 275 | 230 | 357 | 25 | 44 | 0 | 6 | 412 | 111 | 115 |
| Binary | 10111101 | 10011000 | 11101111 | 10101 | 100100 | 0 | 110 | 100001010 | 1001001 | 1001101 |
Color Harmonies of #BD98EF
Complementary color
Monochromatic Colors of #BD98EF
Black with #BD98EF
Text Example
Text Example
White with #BD98EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98EF; }
p { color: rgb(189,152,239); }
H1.HeaderClassName
{
color: #BD98EF;
}
.AnyTagClassName
{
color: #BD98EF;
}
</style>
background-color css
<style>
a { background-color: #BD98EF; }
a { background-color: rgb(189,152,239); }
div.DivClassName
{
background-color: #BD98EF;
}
.BgClassName
{
background-color: #BD98EF;
}
</style>
border-color css
<style>
span { border-color: #BD98EF; }
span { border-color: rgb(189,152,239); }
td.TdClassName
{
border-color: #BD98EF;
}
.TagClassName
{
border-color: #BD98EF;
}
</style>