Shades of Perfume #BD9FEC
Tints of Perfume #BD9FEC
RGB
CMYK
RGB Variations
Color information
#BD9FEC (or 0xBD9FEC) is known color: Perfume. HEX triplet: BD, 9F and EC. RGB value is (189,159,236). Sum of RGB (Red+Green+Blue) = 189+159+236=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FEC is #426013. Grayscale: #B0B0B0. Windows color (decimal): -4349972 or 15507389. OLE color: 15507389.
HSL color Cylindrical-coordinate representation of color #BD9FEC: hue angle of 263.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FEC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 159 | 236 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.07 |
| HSL | 263.38º | 0.67% | 0.77% | - |
| HSV(B) | 263.38º | 0.33% | 0.93% | - |
| XYZ | 48.52 | 41.67 | 84.84 | - |
| YUV | 176.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 236 | 0.20 | 0.33 | 0 | 0.07 | 263.38 | 0.67 | 0.77 |
| Hex | BD | 9F | EC | 14 | 21 | 0 | 7 | 107 | 43 | 4D |
| Octal | 275 | 237 | 354 | 24 | 41 | 0 | 7 | 407 | 103 | 115 |
| Binary | 10111101 | 10011111 | 11101100 | 10100 | 100001 | 0 | 111 | 100000111 | 1000011 | 1001101 |
Color Harmonies of #BD9FEC
Complementary color
Monochromatic Colors of #BD9FEC
Black with #BD9FEC
Text Example
Text Example
White with #BD9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FEC; }
p { color: rgb(189,159,236); }
H1.HeaderClassName
{
color: #BD9FEC;
}
.AnyTagClassName
{
color: #BD9FEC;
}
</style>
background-color css
<style>
a { background-color: #BD9FEC; }
a { background-color: rgb(189,159,236); }
div.DivClassName
{
background-color: #BD9FEC;
}
.BgClassName
{
background-color: #BD9FEC;
}
</style>
border-color css
<style>
span { border-color: #BD9FEC; }
span { border-color: rgb(189,159,236); }
td.TdClassName
{
border-color: #BD9FEC;
}
.TagClassName
{
border-color: #BD9FEC;
}
</style>