Shades of Perfume #BC96F1
Tints of Perfume #BC96F1
RGB
CMYK
RGB Variations
Color information
#BC96F1 (or 0xBC96F1) is known color: Perfume. HEX triplet: BC, 96 and F1. RGB value is (188,150,241). Sum of RGB (Red+Green+Blue) = 188+150+241=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC96F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96F1 is #43690E. Grayscale: #ABABAB. Windows color (decimal): -4417807 or 15832764. OLE color: 15832764.
HSL color Cylindrical-coordinate representation of color #BC96F1: hue angle of 265.05º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC96F1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 150 | 241 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.05 |
| HSL | 265.06º | 0.76% | 0.77% | - |
| HSV(B) | 265.06º | 0.38% | 0.95% | - |
| XYZ | 47.52 | 38.85 | 88.21 | - |
| YUV | 171.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 241 | 0.22 | 0.38 | 0 | 0.05 | 265.06 | 0.76 | 0.77 |
| Hex | BC | 96 | F1 | 16 | 26 | 0 | 5 | 109 | 4C | 4D |
| Octal | 274 | 226 | 361 | 26 | 46 | 0 | 5 | 411 | 114 | 115 |
| Binary | 10111100 | 10010110 | 11110001 | 10110 | 100110 | 0 | 101 | 100001001 | 1001100 | 1001101 |
Color Harmonies of #BC96F1
Complementary color
Monochromatic Colors of #BC96F1
Black with #BC96F1
Text Example
Text Example
White with #BC96F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96F1; }
p { color: rgb(188,150,241); }
H1.HeaderClassName
{
color: #BC96F1;
}
.AnyTagClassName
{
color: #BC96F1;
}
</style>
background-color css
<style>
a { background-color: #BC96F1; }
a { background-color: rgb(188,150,241); }
div.DivClassName
{
background-color: #BC96F1;
}
.BgClassName
{
background-color: #BC96F1;
}
</style>
border-color css
<style>
span { border-color: #BC96F1; }
span { border-color: rgb(188,150,241); }
td.TdClassName
{
border-color: #BC96F1;
}
.TagClassName
{
border-color: #BC96F1;
}
</style>