Shades of Perfume #BD9CFE
Tints of Perfume #BD9CFE
RGB
CMYK
RGB Variations
Color information
#BD9CFE (or 0xBD9CFE) is known color: Perfume. HEX triplet: BD, 9C and FE. RGB value is (189,156,254). Sum of RGB (Red+Green+Blue) = 189+156+254=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CFE is #426301. Grayscale: #B0B0B0. Windows color (decimal): -4350722 or 16686269. OLE color: 16686269.
HSL color Cylindrical-coordinate representation of color #BD9CFE: hue angle of 260.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9CFE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 156 | 254 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.00 |
| HSL | 260.2º | 0.98% | 0.8% | - |
| HSV(B) | 260.2º | 0.39% | 1% | - |
| XYZ | 50.76 | 41.75 | 99.15 | - |
| YUV | 177.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 254 | 0.26 | 0.39 | 0 | 0.00 | 260.2 | 0.98 | 0.8 |
| Hex | BD | 9C | FE | 1A | 27 | 0 | 0 | 104 | 62 | 50 |
| Octal | 275 | 234 | 376 | 32 | 47 | 0 | 0 | 404 | 142 | 120 |
| Binary | 10111101 | 10011100 | 11111110 | 11010 | 100111 | 0 | 0 | 100000100 | 1100010 | 1010000 |
Color Harmonies of #BD9CFE
Complementary color
Monochromatic Colors of #BD9CFE
Black with #BD9CFE
Text Example
Text Example
White with #BD9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CFE; }
p { color: rgb(189,156,254); }
H1.HeaderClassName
{
color: #BD9CFE;
}
.AnyTagClassName
{
color: #BD9CFE;
}
</style>
background-color css
<style>
a { background-color: #BD9CFE; }
a { background-color: rgb(189,156,254); }
div.DivClassName
{
background-color: #BD9CFE;
}
.BgClassName
{
background-color: #BD9CFE;
}
</style>
border-color css
<style>
span { border-color: #BD9CFE; }
span { border-color: rgb(189,156,254); }
td.TdClassName
{
border-color: #BD9CFE;
}
.TagClassName
{
border-color: #BD9CFE;
}
</style>