Shades of Perfume #BC9BF1
Tints of Perfume #BC9BF1
RGB
CMYK
RGB Variations
Color information
#BC9BF1 (or 0xBC9BF1) is known color: Perfume. HEX triplet: BC, 9B and F1. RGB value is (188,155,241). Sum of RGB (Red+Green+Blue) = 188+155+241=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BF1 is #43640E. Grayscale: #AEAEAE. Windows color (decimal): -4416527 or 15834044. OLE color: 15834044.
HSL color Cylindrical-coordinate representation of color #BC9BF1: hue angle of 263.02º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC9BF1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 155 | 241 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.05 |
| HSL | 263.02º | 0.75% | 0.78% | - |
| HSV(B) | 263.02º | 0.36% | 0.95% | - |
| XYZ | 48.34 | 40.48 | 88.49 | - |
| YUV | 174.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 241 | 0.22 | 0.36 | 0 | 0.05 | 263.02 | 0.75 | 0.78 |
| Hex | BC | 9B | F1 | 16 | 24 | 0 | 5 | 107 | 4B | 4E |
| Octal | 274 | 233 | 361 | 26 | 44 | 0 | 5 | 407 | 113 | 116 |
| Binary | 10111100 | 10011011 | 11110001 | 10110 | 100100 | 0 | 101 | 100000111 | 1001011 | 1001110 |
Color Harmonies of #BC9BF1
Complementary color
Monochromatic Colors of #BC9BF1
Black with #BC9BF1
Text Example
Text Example
White with #BC9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BF1; }
p { color: rgb(188,155,241); }
H1.HeaderClassName
{
color: #BC9BF1;
}
.AnyTagClassName
{
color: #BC9BF1;
}
</style>
background-color css
<style>
a { background-color: #BC9BF1; }
a { background-color: rgb(188,155,241); }
div.DivClassName
{
background-color: #BC9BF1;
}
.BgClassName
{
background-color: #BC9BF1;
}
</style>
border-color css
<style>
span { border-color: #BC9BF1; }
span { border-color: rgb(188,155,241); }
td.TdClassName
{
border-color: #BC9BF1;
}
.TagClassName
{
border-color: #BC9BF1;
}
</style>