Shades of Perfume #BC8CFC
Tints of Perfume #BC8CFC
RGB
CMYK
RGB Variations
Color information
#BC8CFC (or 0xBC8CFC) is known color: Perfume. HEX triplet: BC, 8C and FC. RGB value is (188,140,252). Sum of RGB (Red+Green+Blue) = 188+140+252=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CFC is #437303. Grayscale: #A6A6A6. Windows color (decimal): -4420356 or 16551100. OLE color: 16551100.
HSL color Cylindrical-coordinate representation of color #BC8CFC: hue angle of 265.71º 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 #BC8CFC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 140 | 252 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.01 |
| HSL | 265.71º | 0.95% | 0.77% | - |
| HSV(B) | 265.71º | 0.44% | 0.99% | - |
| XYZ | 47.69 | 36.48 | 96.62 | - |
| YUV | 167.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 252 | 0.25 | 0.44 | 0 | 0.01 | 265.71 | 0.95 | 0.77 |
| Hex | BC | 8C | FC | 19 | 2C | 0 | 1 | 10A | 5F | 4D |
| Octal | 274 | 214 | 374 | 31 | 54 | 0 | 1 | 412 | 137 | 115 |
| Binary | 10111100 | 10001100 | 11111100 | 11001 | 101100 | 0 | 1 | 100001010 | 1011111 | 1001101 |
Color Harmonies of #BC8CFC
Complementary color
Monochromatic Colors of #BC8CFC
Black with #BC8CFC
Text Example
Text Example
White with #BC8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CFC; }
p { color: rgb(188,140,252); }
H1.HeaderClassName
{
color: #BC8CFC;
}
.AnyTagClassName
{
color: #BC8CFC;
}
</style>
background-color css
<style>
a { background-color: #BC8CFC; }
a { background-color: rgb(188,140,252); }
div.DivClassName
{
background-color: #BC8CFC;
}
.BgClassName
{
background-color: #BC8CFC;
}
</style>
border-color css
<style>
span { border-color: #BC8CFC; }
span { border-color: rgb(188,140,252); }
td.TdClassName
{
border-color: #BC8CFC;
}
.TagClassName
{
border-color: #BC8CFC;
}
</style>