Shades of Perfume #BC94F6
Tints of Perfume #BC94F6
RGB
CMYK
RGB Variations
Color information
#BC94F6 (or 0xBC94F6) is known color: Perfume. HEX triplet: BC, 94 and F6. RGB value is (188,148,246). Sum of RGB (Red+Green+Blue) = 188+148+246=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC94F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94F6 is #436B09. Grayscale: #AAAAAA. Windows color (decimal): -4418314 or 16159932. OLE color: 16159932.
HSL color Cylindrical-coordinate representation of color #BC94F6: hue angle of 264.49º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC94F6 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 148 | 246 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.04 |
| HSL | 264.49º | 0.84% | 0.77% | - |
| HSV(B) | 264.49º | 0.4% | 0.96% | - |
| XYZ | 47.96 | 38.53 | 92.1 | - |
| YUV | 171.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 246 | 0.24 | 0.40 | 0 | 0.04 | 264.49 | 0.84 | 0.77 |
| Hex | BC | 94 | F6 | 18 | 28 | 0 | 4 | 108 | 54 | 4D |
| Octal | 274 | 224 | 366 | 30 | 50 | 0 | 4 | 410 | 124 | 115 |
| Binary | 10111100 | 10010100 | 11110110 | 11000 | 101000 | 0 | 100 | 100001000 | 1010100 | 1001101 |
Color Harmonies of #BC94F6
Complementary color
Monochromatic Colors of #BC94F6
Black with #BC94F6
Text Example
Text Example
White with #BC94F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94F6; }
p { color: rgb(188,148,246); }
H1.HeaderClassName
{
color: #BC94F6;
}
.AnyTagClassName
{
color: #BC94F6;
}
</style>
background-color css
<style>
a { background-color: #BC94F6; }
a { background-color: rgb(188,148,246); }
div.DivClassName
{
background-color: #BC94F6;
}
.BgClassName
{
background-color: #BC94F6;
}
</style>
border-color css
<style>
span { border-color: #BC94F6; }
span { border-color: rgb(188,148,246); }
td.TdClassName
{
border-color: #BC94F6;
}
.TagClassName
{
border-color: #BC94F6;
}
</style>