Shades of Perfume #BD8FFC
Tints of Perfume #BD8FFC
RGB
CMYK
RGB Variations
Color information
#BD8FFC (or 0xBD8FFC) is known color: Perfume. HEX triplet: BD, 8F and FC. RGB value is (189,143,252). Sum of RGB (Red+Green+Blue) = 189+143+252=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FFC is #427003. Grayscale: #A8A8A8. Windows color (decimal): -4354052 or 16551869. OLE color: 16551869.
HSL color Cylindrical-coordinate representation of color #BD8FFC: hue angle of 265.32º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD8FFC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 143 | 252 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.01 |
| HSL | 265.32º | 0.95% | 0.77% | - |
| HSV(B) | 265.32º | 0.43% | 0.99% | - |
| XYZ | 48.38 | 37.49 | 96.78 | - |
| YUV | 169.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 252 | 0.25 | 0.43 | 0 | 0.01 | 265.32 | 0.95 | 0.77 |
| Hex | BD | 8F | FC | 19 | 2B | 0 | 1 | 109 | 5F | 4D |
| Octal | 275 | 217 | 374 | 31 | 53 | 0 | 1 | 411 | 137 | 115 |
| Binary | 10111101 | 10001111 | 11111100 | 11001 | 101011 | 0 | 1 | 100001001 | 1011111 | 1001101 |
Color Harmonies of #BD8FFC
Complementary color
Monochromatic Colors of #BD8FFC
Black with #BD8FFC
Text Example
Text Example
White with #BD8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FFC; }
p { color: rgb(189,143,252); }
H1.HeaderClassName
{
color: #BD8FFC;
}
.AnyTagClassName
{
color: #BD8FFC;
}
</style>
background-color css
<style>
a { background-color: #BD8FFC; }
a { background-color: rgb(189,143,252); }
div.DivClassName
{
background-color: #BD8FFC;
}
.BgClassName
{
background-color: #BD8FFC;
}
</style>
border-color css
<style>
span { border-color: #BD8FFC; }
span { border-color: rgb(189,143,252); }
td.TdClassName
{
border-color: #BD8FFC;
}
.TagClassName
{
border-color: #BD8FFC;
}
</style>