Shades of Perfume #BC9BE8
Tints of Perfume #BC9BE8
RGB
CMYK
RGB Variations
Color information
#BC9BE8 (or 0xBC9BE8) is known color: Perfume. HEX triplet: BC, 9B and E8. RGB value is (188,155,232). Sum of RGB (Red+Green+Blue) = 188+155+232=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC9BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BE8 is #436417. Grayscale: #ADADAD. Windows color (decimal): -4416536 or 15244220. OLE color: 15244220.
HSL color Cylindrical-coordinate representation of color #BC9BE8: hue angle of 265.71º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9BE8 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 155 | 232 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.09 |
| HSL | 265.71º | 0.63% | 0.76% | - |
| HSV(B) | 265.71º | 0.33% | 0.91% | - |
| XYZ | 47.03 | 39.96 | 81.58 | - |
| YUV | 173.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 232 | 0.19 | 0.33 | 0 | 0.09 | 265.71 | 0.63 | 0.76 |
| Hex | BC | 9B | E8 | 13 | 21 | 0 | 9 | 10A | 3F | 4C |
| Octal | 274 | 233 | 350 | 23 | 41 | 0 | 11 | 412 | 77 | 114 |
| Binary | 10111100 | 10011011 | 11101000 | 10011 | 100001 | 0 | 1001 | 100001010 | 111111 | 1001100 |
Color Harmonies of #BC9BE8
Complementary color
Monochromatic Colors of #BC9BE8
Black with #BC9BE8
Text Example
Text Example
White with #BC9BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BE8; }
p { color: rgb(188,155,232); }
H1.HeaderClassName
{
color: #BC9BE8;
}
.AnyTagClassName
{
color: #BC9BE8;
}
</style>
background-color css
<style>
a { background-color: #BC9BE8; }
a { background-color: rgb(188,155,232); }
div.DivClassName
{
background-color: #BC9BE8;
}
.BgClassName
{
background-color: #BC9BE8;
}
</style>
border-color css
<style>
span { border-color: #BC9BE8; }
span { border-color: rgb(188,155,232); }
td.TdClassName
{
border-color: #BC9BE8;
}
.TagClassName
{
border-color: #BC9BE8;
}
</style>