Shades of Perfume #BD9AFC
Tints of Perfume #BD9AFC
RGB
CMYK
RGB Variations
Color information
#BD9AFC (or 0xBD9AFC) is known color: Perfume. HEX triplet: BD, 9A and FC. RGB value is (189,154,252). Sum of RGB (Red+Green+Blue) = 189+154+252=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AFC is #426503. Grayscale: #AFAFAF. Windows color (decimal): -4351236 or 16554685. OLE color: 16554685.
HSL color Cylindrical-coordinate representation of color #BD9AFC: hue angle of 261.43º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9AFC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 154 | 252 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.01 |
| HSL | 261.43º | 0.94% | 0.8% | - |
| HSV(B) | 261.43º | 0.39% | 0.99% | - |
| XYZ | 50.11 | 40.96 | 97.36 | - |
| YUV | 175.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 252 | 0.25 | 0.39 | 0 | 0.01 | 261.43 | 0.94 | 0.8 |
| Hex | BD | 9A | FC | 19 | 27 | 0 | 1 | 105 | 5E | 50 |
| Octal | 275 | 232 | 374 | 31 | 47 | 0 | 1 | 405 | 136 | 120 |
| Binary | 10111101 | 10011010 | 11111100 | 11001 | 100111 | 0 | 1 | 100000101 | 1011110 | 1010000 |
Color Harmonies of #BD9AFC
Complementary color
Monochromatic Colors of #BD9AFC
Black with #BD9AFC
Text Example
Text Example
White with #BD9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AFC; }
p { color: rgb(189,154,252); }
H1.HeaderClassName
{
color: #BD9AFC;
}
.AnyTagClassName
{
color: #BD9AFC;
}
</style>
background-color css
<style>
a { background-color: #BD9AFC; }
a { background-color: rgb(189,154,252); }
div.DivClassName
{
background-color: #BD9AFC;
}
.BgClassName
{
background-color: #BD9AFC;
}
</style>
border-color css
<style>
span { border-color: #BD9AFC; }
span { border-color: rgb(189,154,252); }
td.TdClassName
{
border-color: #BD9AFC;
}
.TagClassName
{
border-color: #BD9AFC;
}
</style>