Shades of Perfume #BD8DFB
Tints of Perfume #BD8DFB
RGB
CMYK
RGB Variations
Color information
#BD8DFB (or 0xBD8DFB) is known color: Perfume. HEX triplet: BD, 8D and FB. RGB value is (189,141,251). Sum of RGB (Red+Green+Blue) = 189+141+251=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DFB is #427204. Grayscale: #A7A7A7. Windows color (decimal): -4354565 or 16485821. OLE color: 16485821.
HSL color Cylindrical-coordinate representation of color #BD8DFB: hue angle of 266.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD8DFB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 141 | 251 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.02 |
| HSL | 266.18º | 0.93% | 0.77% | - |
| HSV(B) | 266.18º | 0.44% | 0.98% | - |
| XYZ | 47.92 | 36.83 | 95.85 | - |
| YUV | 167.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 251 | 0.25 | 0.44 | 0 | 0.02 | 266.18 | 0.93 | 0.77 |
| Hex | BD | 8D | FB | 19 | 2C | 0 | 2 | 10A | 5D | 4D |
| Octal | 275 | 215 | 373 | 31 | 54 | 0 | 2 | 412 | 135 | 115 |
| Binary | 10111101 | 10001101 | 11111011 | 11001 | 101100 | 0 | 10 | 100001010 | 1011101 | 1001101 |
Color Harmonies of #BD8DFB
Complementary color
Monochromatic Colors of #BD8DFB
Black with #BD8DFB
Text Example
Text Example
White with #BD8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DFB; }
p { color: rgb(189,141,251); }
H1.HeaderClassName
{
color: #BD8DFB;
}
.AnyTagClassName
{
color: #BD8DFB;
}
</style>
background-color css
<style>
a { background-color: #BD8DFB; }
a { background-color: rgb(189,141,251); }
div.DivClassName
{
background-color: #BD8DFB;
}
.BgClassName
{
background-color: #BD8DFB;
}
</style>
border-color css
<style>
span { border-color: #BD8DFB; }
span { border-color: rgb(189,141,251); }
td.TdClassName
{
border-color: #BD8DFB;
}
.TagClassName
{
border-color: #BD8DFB;
}
</style>