Shades of Perfume #BC9CEF
Tints of Perfume #BC9CEF
RGB
CMYK
RGB Variations
Color information
#BC9CEF (or 0xBC9CEF) is known color: Perfume. HEX triplet: BC, 9C and EF. RGB value is (188,156,239). Sum of RGB (Red+Green+Blue) = 188+156+239=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CEF is #436310. Grayscale: #AEAEAE. Windows color (decimal): -4416273 or 15703228. OLE color: 15703228.
HSL color Cylindrical-coordinate representation of color #BC9CEF: hue angle of 263.13º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9CEF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 156 | 239 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.06 |
| HSL | 263.13º | 0.72% | 0.77% | - |
| HSV(B) | 263.13º | 0.35% | 0.94% | - |
| XYZ | 48.21 | 40.7 | 86.98 | - |
| YUV | 175.03 | 164.1 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 239 | 0.21 | 0.35 | 0 | 0.06 | 263.13 | 0.72 | 0.77 |
| Hex | BC | 9C | EF | 15 | 23 | 0 | 6 | 107 | 48 | 4D |
| Octal | 274 | 234 | 357 | 25 | 43 | 0 | 6 | 407 | 110 | 115 |
| Binary | 10111100 | 10011100 | 11101111 | 10101 | 100011 | 0 | 110 | 100000111 | 1001000 | 1001101 |
Color Harmonies of #BC9CEF
Complementary color
Monochromatic Colors of #BC9CEF
Black with #BC9CEF
Text Example
Text Example
White with #BC9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CEF; }
p { color: rgb(188,156,239); }
H1.HeaderClassName
{
color: #BC9CEF;
}
.AnyTagClassName
{
color: #BC9CEF;
}
</style>
background-color css
<style>
a { background-color: #BC9CEF; }
a { background-color: rgb(188,156,239); }
div.DivClassName
{
background-color: #BC9CEF;
}
.BgClassName
{
background-color: #BC9CEF;
}
</style>
border-color css
<style>
span { border-color: #BC9CEF; }
span { border-color: rgb(188,156,239); }
td.TdClassName
{
border-color: #BC9CEF;
}
.TagClassName
{
border-color: #BC9CEF;
}
</style>