Shades of Perfume #BC8AFF
Tints of Perfume #BC8AFF
RGB
CMYK
RGB Variations
Color information
#BC8AFF (or 0xBC8AFF) is known color: Perfume. HEX triplet: BC, 8A and FF. RGB value is (188,138,255). Sum of RGB (Red+Green+Blue) = 188+138+255=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AFF is #437500. Grayscale: #A5A5A5. Windows color (decimal): -4420865 or 16747196. OLE color: 16747196.
HSL color Cylindrical-coordinate representation of color #BC8AFF: hue angle of 265.64º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8AFF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 138 | 255 | - |
| CMYK | 0.26 | 0.46 | 0 | 0 |
| HSL | 265.64º | 1% | 0.77% | - |
| HSV(B) | 265.64º | 0.46% | 1% | - |
| XYZ | 47.88 | 36.09 | 99.05 | - |
| YUV | 166.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 255 | 0.26 | 0.46 | 0 | 0 | 265.64 | 1 | 0.77 |
| Hex | BC | 8A | FF | 1A | 2E | 0 | 0 | 10A | 64 | 4D |
| Octal | 274 | 212 | 377 | 32 | 56 | 0 | 0 | 412 | 144 | 115 |
| Binary | 10111100 | 10001010 | 11111111 | 11010 | 101110 | 0 | 0 | 100001010 | 1100100 | 1001101 |
Color Harmonies of #BC8AFF
Complementary color
Monochromatic Colors of #BC8AFF
Black with #BC8AFF
Text Example
Text Example
White with #BC8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AFF; }
p { color: rgb(188,138,255); }
H1.HeaderClassName
{
color: #BC8AFF;
}
.AnyTagClassName
{
color: #BC8AFF;
}
</style>
background-color css
<style>
a { background-color: #BC8AFF; }
a { background-color: rgb(188,138,255); }
div.DivClassName
{
background-color: #BC8AFF;
}
.BgClassName
{
background-color: #BC8AFF;
}
</style>
border-color css
<style>
span { border-color: #BC8AFF; }
span { border-color: rgb(188,138,255); }
td.TdClassName
{
border-color: #BC8AFF;
}
.TagClassName
{
border-color: #BC8AFF;
}
</style>