Shades of Perfume #BC9BEC
Tints of Perfume #BC9BEC
RGB
CMYK
RGB Variations
Color information
#BC9BEC (or 0xBC9BEC) is known color: Perfume. HEX triplet: BC, 9B and EC. RGB value is (188,155,236). Sum of RGB (Red+Green+Blue) = 188+155+236=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BEC is #436413. Grayscale: #ADADAD. Windows color (decimal): -4416532 or 15506364. OLE color: 15506364.
HSL color Cylindrical-coordinate representation of color #BC9BEC: hue angle of 264.44º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9BEC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 155 | 236 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.07 |
| HSL | 264.44º | 0.68% | 0.77% | - |
| HSV(B) | 264.44º | 0.34% | 0.93% | - |
| XYZ | 47.6 | 40.19 | 84.61 | - |
| YUV | 174.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 236 | 0.20 | 0.34 | 0 | 0.07 | 264.44 | 0.68 | 0.77 |
| Hex | BC | 9B | EC | 14 | 22 | 0 | 7 | 108 | 44 | 4D |
| Octal | 274 | 233 | 354 | 24 | 42 | 0 | 7 | 410 | 104 | 115 |
| Binary | 10111100 | 10011011 | 11101100 | 10100 | 100010 | 0 | 111 | 100001000 | 1000100 | 1001101 |
Color Harmonies of #BC9BEC
Complementary color
Monochromatic Colors of #BC9BEC
Black with #BC9BEC
Text Example
Text Example
White with #BC9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BEC; }
p { color: rgb(188,155,236); }
H1.HeaderClassName
{
color: #BC9BEC;
}
.AnyTagClassName
{
color: #BC9BEC;
}
</style>
background-color css
<style>
a { background-color: #BC9BEC; }
a { background-color: rgb(188,155,236); }
div.DivClassName
{
background-color: #BC9BEC;
}
.BgClassName
{
background-color: #BC9BEC;
}
</style>
border-color css
<style>
span { border-color: #BC9BEC; }
span { border-color: rgb(188,155,236); }
td.TdClassName
{
border-color: #BC9BEC;
}
.TagClassName
{
border-color: #BC9BEC;
}
</style>