Shades of Perfume #BC9FE3
Tints of Perfume #BC9FE3
RGB
CMYK
RGB Variations
Color information
#BC9FE3 (or 0xBC9FE3) is known color: Perfume. HEX triplet: BC, 9F and E3. RGB value is (188,159,227). Sum of RGB (Red+Green+Blue) = 188+159+227=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FE3 is #43601C. Grayscale: #AFAFAF. Windows color (decimal): -4415517 or 14917564. OLE color: 14917564.
HSL color Cylindrical-coordinate representation of color #BC9FE3: hue angle of 265.59º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9FE3 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 159 | 227 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.11 |
| HSL | 265.59º | 0.55% | 0.76% | - |
| HSV(B) | 265.59º | 0.3% | 0.89% | - |
| XYZ | 47 | 41.03 | 78.12 | - |
| YUV | 175.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 227 | 0.17 | 0.30 | 0 | 0.11 | 265.59 | 0.55 | 0.76 |
| Hex | BC | 9F | E3 | 11 | 1E | 0 | B | 10A | 37 | 4C |
| Octal | 274 | 237 | 343 | 21 | 36 | 0 | 13 | 412 | 67 | 114 |
| Binary | 10111100 | 10011111 | 11100011 | 10001 | 11110 | 0 | 1011 | 100001010 | 110111 | 1001100 |
Color Harmonies of #BC9FE3
Complementary color
Monochromatic Colors of #BC9FE3
Black with #BC9FE3
Text Example
Text Example
White with #BC9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FE3; }
p { color: rgb(188,159,227); }
H1.HeaderClassName
{
color: #BC9FE3;
}
.AnyTagClassName
{
color: #BC9FE3;
}
</style>
background-color css
<style>
a { background-color: #BC9FE3; }
a { background-color: rgb(188,159,227); }
div.DivClassName
{
background-color: #BC9FE3;
}
.BgClassName
{
background-color: #BC9FE3;
}
</style>
border-color css
<style>
span { border-color: #BC9FE3; }
span { border-color: rgb(188,159,227); }
td.TdClassName
{
border-color: #BC9FE3;
}
.TagClassName
{
border-color: #BC9FE3;
}
</style>