Shades of Perfume #BC9BFF
Tints of Perfume #BC9BFF
RGB
CMYK
RGB Variations
Color information
#BC9BFF (or 0xBC9BFF) is known color: Perfume. HEX triplet: BC, 9B and FF. RGB value is (188,155,255). Sum of RGB (Red+Green+Blue) = 188+155+255=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BFF is #436400. Grayscale: #AFAFAF. Windows color (decimal): -4416513 or 16751548. OLE color: 16751548.
HSL color Cylindrical-coordinate representation of color #BC9BFF: hue angle of 259.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9BFF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 155 | 255 | - |
| CMYK | 0.26 | 0.39 | 0 | 0 |
| HSL | 259.8º | 1% | 0.8% | - |
| HSV(B) | 259.8º | 0.39% | 1% | - |
| XYZ | 50.51 | 41.35 | 99.93 | - |
| YUV | 176.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 255 | 0.26 | 0.39 | 0 | 0 | 259.8 | 1 | 0.8 |
| Hex | BC | 9B | FF | 1A | 27 | 0 | 0 | 104 | 64 | 50 |
| Octal | 274 | 233 | 377 | 32 | 47 | 0 | 0 | 404 | 144 | 120 |
| Binary | 10111100 | 10011011 | 11111111 | 11010 | 100111 | 0 | 0 | 100000100 | 1100100 | 1010000 |
Color Harmonies of #BC9BFF
Complementary color
Monochromatic Colors of #BC9BFF
Black with #BC9BFF
Text Example
Text Example
White with #BC9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BFF; }
p { color: rgb(188,155,255); }
H1.HeaderClassName
{
color: #BC9BFF;
}
.AnyTagClassName
{
color: #BC9BFF;
}
</style>
background-color css
<style>
a { background-color: #BC9BFF; }
a { background-color: rgb(188,155,255); }
div.DivClassName
{
background-color: #BC9BFF;
}
.BgClassName
{
background-color: #BC9BFF;
}
</style>
border-color css
<style>
span { border-color: #BC9BFF; }
span { border-color: rgb(188,155,255); }
td.TdClassName
{
border-color: #BC9BFF;
}
.TagClassName
{
border-color: #BC9BFF;
}
</style>