Shades of Perfume #BD99FA
Tints of Perfume #BD99FA
RGB
CMYK
RGB Variations
Color information
#BD99FA (or 0xBD99FA) is known color: Perfume. HEX triplet: BD, 99 and FA. RGB value is (189,153,250). Sum of RGB (Red+Green+Blue) = 189+153+250=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99FA is #426605. Grayscale: #AEAEAE. Windows color (decimal): -4351494 or 16423357. OLE color: 16423357.
HSL color Cylindrical-coordinate representation of color #BD99FA: hue angle of 262.27º degrees, saturation: 0.91, 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 #BD99FA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 153 | 250 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.02 |
| HSL | 262.27º | 0.91% | 0.79% | - |
| HSV(B) | 262.27º | 0.39% | 0.98% | - |
| XYZ | 49.63 | 40.5 | 95.64 | - |
| YUV | 174.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 250 | 0.24 | 0.39 | 0 | 0.02 | 262.27 | 0.91 | 0.79 |
| Hex | BD | 99 | FA | 18 | 27 | 0 | 2 | 106 | 5B | 4F |
| Octal | 275 | 231 | 372 | 30 | 47 | 0 | 2 | 406 | 133 | 117 |
| Binary | 10111101 | 10011001 | 11111010 | 11000 | 100111 | 0 | 10 | 100000110 | 1011011 | 1001111 |
Color Harmonies of #BD99FA
Complementary color
Monochromatic Colors of #BD99FA
Black with #BD99FA
Text Example
Text Example
White with #BD99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD99FA; }
p { color: rgb(189,153,250); }
H1.HeaderClassName
{
color: #BD99FA;
}
.AnyTagClassName
{
color: #BD99FA;
}
</style>
background-color css
<style>
a { background-color: #BD99FA; }
a { background-color: rgb(189,153,250); }
div.DivClassName
{
background-color: #BD99FA;
}
.BgClassName
{
background-color: #BD99FA;
}
</style>
border-color css
<style>
span { border-color: #BD99FA; }
span { border-color: rgb(189,153,250); }
td.TdClassName
{
border-color: #BD99FA;
}
.TagClassName
{
border-color: #BD99FA;
}
</style>