Shades of Perfume #BD8CFC
Tints of Perfume #BD8CFC
RGB
CMYK
RGB Variations
Color information
#BD8CFC (or 0xBD8CFC) is known color: Perfume. HEX triplet: BD, 8C and FC. RGB value is (189,140,252). Sum of RGB (Red+Green+Blue) = 189+140+252=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CFC is #427303. Grayscale: #A7A7A7. Windows color (decimal): -4354820 or 16551101. OLE color: 16551101.
HSL color Cylindrical-coordinate representation of color #BD8CFC: hue angle of 266.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD8CFC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 140 | 252 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.01 |
| HSL | 266.25º | 0.95% | 0.77% | - |
| HSV(B) | 266.25º | 0.44% | 0.99% | - |
| XYZ | 47.94 | 36.6 | 96.63 | - |
| YUV | 167.42 | 175.73 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 252 | 0.25 | 0.44 | 0 | 0.01 | 266.25 | 0.95 | 0.77 |
| Hex | BD | 8C | FC | 19 | 2C | 0 | 1 | 10A | 5F | 4D |
| Octal | 275 | 214 | 374 | 31 | 54 | 0 | 1 | 412 | 137 | 115 |
| Binary | 10111101 | 10001100 | 11111100 | 11001 | 101100 | 0 | 1 | 100001010 | 1011111 | 1001101 |
Color Harmonies of #BD8CFC
Complementary color
Monochromatic Colors of #BD8CFC
Black with #BD8CFC
Text Example
Text Example
White with #BD8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CFC; }
p { color: rgb(189,140,252); }
H1.HeaderClassName
{
color: #BD8CFC;
}
.AnyTagClassName
{
color: #BD8CFC;
}
</style>
background-color css
<style>
a { background-color: #BD8CFC; }
a { background-color: rgb(189,140,252); }
div.DivClassName
{
background-color: #BD8CFC;
}
.BgClassName
{
background-color: #BD8CFC;
}
</style>
border-color css
<style>
span { border-color: #BD8CFC; }
span { border-color: rgb(189,140,252); }
td.TdClassName
{
border-color: #BD8CFC;
}
.TagClassName
{
border-color: #BD8CFC;
}
</style>