Shades of Perfume #BD9CFA
Tints of Perfume #BD9CFA
RGB
CMYK
RGB Variations
Color information
#BD9CFA (or 0xBD9CFA) is known color: Perfume. HEX triplet: BD, 9C and FA. RGB value is (189,156,250). Sum of RGB (Red+Green+Blue) = 189+156+250=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CFA is #426305. Grayscale: #B0B0B0. Windows color (decimal): -4350726 or 16424125. OLE color: 16424125.
HSL color Cylindrical-coordinate representation of color #BD9CFA: hue angle of 261.06º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9CFA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 156 | 250 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.02 |
| HSL | 261.06º | 0.9% | 0.8% | - |
| HSV(B) | 261.06º | 0.38% | 0.98% | - |
| XYZ | 50.13 | 41.5 | 95.81 | - |
| YUV | 176.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 250 | 0.24 | 0.38 | 0 | 0.02 | 261.06 | 0.9 | 0.8 |
| Hex | BD | 9C | FA | 18 | 26 | 0 | 2 | 105 | 5A | 50 |
| Octal | 275 | 234 | 372 | 30 | 46 | 0 | 2 | 405 | 132 | 120 |
| Binary | 10111101 | 10011100 | 11111010 | 11000 | 100110 | 0 | 10 | 100000101 | 1011010 | 1010000 |
Color Harmonies of #BD9CFA
Complementary color
Monochromatic Colors of #BD9CFA
Black with #BD9CFA
Text Example
Text Example
White with #BD9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CFA; }
p { color: rgb(189,156,250); }
H1.HeaderClassName
{
color: #BD9CFA;
}
.AnyTagClassName
{
color: #BD9CFA;
}
</style>
background-color css
<style>
a { background-color: #BD9CFA; }
a { background-color: rgb(189,156,250); }
div.DivClassName
{
background-color: #BD9CFA;
}
.BgClassName
{
background-color: #BD9CFA;
}
</style>
border-color css
<style>
span { border-color: #BD9CFA; }
span { border-color: rgb(189,156,250); }
td.TdClassName
{
border-color: #BD9CFA;
}
.TagClassName
{
border-color: #BD9CFA;
}
</style>