Shades of Perfume #BC8FFE
Tints of Perfume #BC8FFE
RGB
CMYK
RGB Variations
Color information
#BC8FFE (or 0xBC8FFE) is known color: Perfume. HEX triplet: BC, 8F and FE. RGB value is (188,143,254). Sum of RGB (Red+Green+Blue) = 188+143+254=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFE is #437001. Grayscale: #A8A8A8. Windows color (decimal): -4419586 or 16682940. OLE color: 16682940.
HSL color Cylindrical-coordinate representation of color #BC8FFE: hue angle of 264.32º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8FFE is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 143 | 254 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.00 |
| HSL | 264.32º | 0.98% | 0.78% | - |
| HSV(B) | 264.32º | 0.44% | 1% | - |
| XYZ | 48.45 | 37.49 | 98.45 | - |
| YUV | 169.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 254 | 0.26 | 0.44 | 0 | 0.00 | 264.32 | 0.98 | 0.78 |
| Hex | BC | 8F | FE | 1A | 2C | 0 | 0 | 108 | 62 | 4E |
| Octal | 274 | 217 | 376 | 32 | 54 | 0 | 0 | 410 | 142 | 116 |
| Binary | 10111100 | 10001111 | 11111110 | 11010 | 101100 | 0 | 0 | 100001000 | 1100010 | 1001110 |
Color Harmonies of #BC8FFE
Complementary color
Monochromatic Colors of #BC8FFE
Black with #BC8FFE
Text Example
Text Example
White with #BC8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FFE; }
p { color: rgb(188,143,254); }
H1.HeaderClassName
{
color: #BC8FFE;
}
.AnyTagClassName
{
color: #BC8FFE;
}
</style>
background-color css
<style>
a { background-color: #BC8FFE; }
a { background-color: rgb(188,143,254); }
div.DivClassName
{
background-color: #BC8FFE;
}
.BgClassName
{
background-color: #BC8FFE;
}
</style>
border-color css
<style>
span { border-color: #BC8FFE; }
span { border-color: rgb(188,143,254); }
td.TdClassName
{
border-color: #BC8FFE;
}
.TagClassName
{
border-color: #BC8FFE;
}
</style>