Shades of Perfume #BC8FFC
Tints of Perfume #BC8FFC
RGB
CMYK
RGB Variations
Color information
#BC8FFC (or 0xBC8FFC) is known color: Perfume. HEX triplet: BC, 8F and FC. RGB value is (188,143,252). Sum of RGB (Red+Green+Blue) = 188+143+252=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFC is #437003. Grayscale: #A8A8A8. Windows color (decimal): -4419588 or 16551868. OLE color: 16551868.
HSL color Cylindrical-coordinate representation of color #BC8FFC: hue angle of 264.77º 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 #BC8FFC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 143 | 252 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.01 |
| HSL | 264.77º | 0.95% | 0.77% | - |
| HSV(B) | 264.77º | 0.43% | 0.99% | - |
| XYZ | 48.13 | 37.36 | 96.77 | - |
| YUV | 168.88 | 174.91 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 252 | 0.25 | 0.43 | 0 | 0.01 | 264.77 | 0.95 | 0.77 |
| Hex | BC | 8F | FC | 19 | 2B | 0 | 1 | 109 | 5F | 4D |
| Octal | 274 | 217 | 374 | 31 | 53 | 0 | 1 | 411 | 137 | 115 |
| Binary | 10111100 | 10001111 | 11111100 | 11001 | 101011 | 0 | 1 | 100001001 | 1011111 | 1001101 |
Color Harmonies of #BC8FFC
Complementary color
Monochromatic Colors of #BC8FFC
Black with #BC8FFC
Text Example
Text Example
White with #BC8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FFC; }
p { color: rgb(188,143,252); }
H1.HeaderClassName
{
color: #BC8FFC;
}
.AnyTagClassName
{
color: #BC8FFC;
}
</style>
background-color css
<style>
a { background-color: #BC8FFC; }
a { background-color: rgb(188,143,252); }
div.DivClassName
{
background-color: #BC8FFC;
}
.BgClassName
{
background-color: #BC8FFC;
}
</style>
border-color css
<style>
span { border-color: #BC8FFC; }
span { border-color: rgb(188,143,252); }
td.TdClassName
{
border-color: #BC8FFC;
}
.TagClassName
{
border-color: #BC8FFC;
}
</style>