Shades of Perfume #BC8CF6
Tints of Perfume #BC8CF6
RGB
CMYK
RGB Variations
Color information
#BC8CF6 (or 0xBC8CF6) is known color: Perfume. HEX triplet: BC, 8C and F6. RGB value is (188,140,246). Sum of RGB (Red+Green+Blue) = 188+140+246=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC8CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CF6 is #437309. Grayscale: #A6A6A6. Windows color (decimal): -4420362 or 16157884. OLE color: 16157884.
HSL color Cylindrical-coordinate representation of color #BC8CF6: hue angle of 267.17º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8CF6 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 140 | 246 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.04 |
| HSL | 267.17º | 0.85% | 0.76% | - |
| HSV(B) | 267.17º | 0.43% | 0.96% | - |
| XYZ | 46.75 | 36.1 | 91.69 | - |
| YUV | 166.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 246 | 0.24 | 0.43 | 0 | 0.04 | 267.17 | 0.85 | 0.76 |
| Hex | BC | 8C | F6 | 18 | 2B | 0 | 4 | 10B | 55 | 4C |
| Octal | 274 | 214 | 366 | 30 | 53 | 0 | 4 | 413 | 125 | 114 |
| Binary | 10111100 | 10001100 | 11110110 | 11000 | 101011 | 0 | 100 | 100001011 | 1010101 | 1001100 |
Color Harmonies of #BC8CF6
Complementary color
Monochromatic Colors of #BC8CF6
Black with #BC8CF6
Text Example
Text Example
White with #BC8CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CF6; }
p { color: rgb(188,140,246); }
H1.HeaderClassName
{
color: #BC8CF6;
}
.AnyTagClassName
{
color: #BC8CF6;
}
</style>
background-color css
<style>
a { background-color: #BC8CF6; }
a { background-color: rgb(188,140,246); }
div.DivClassName
{
background-color: #BC8CF6;
}
.BgClassName
{
background-color: #BC8CF6;
}
</style>
border-color css
<style>
span { border-color: #BC8CF6; }
span { border-color: rgb(188,140,246); }
td.TdClassName
{
border-color: #BC8CF6;
}
.TagClassName
{
border-color: #BC8CF6;
}
</style>