Shades of Perfume #BC9BEF
Tints of Perfume #BC9BEF
RGB
CMYK
RGB Variations
Color information
#BC9BEF (or 0xBC9BEF) is known color: Perfume. HEX triplet: BC, 9B and EF. RGB value is (188,155,239). Sum of RGB (Red+Green+Blue) = 188+155+239=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BEF is #436410. Grayscale: #AEAEAE. Windows color (decimal): -4416529 or 15702972. OLE color: 15702972.
HSL color Cylindrical-coordinate representation of color #BC9BEF: hue angle of 263.57º 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 #BC9BEF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 155 | 239 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.06 |
| HSL | 263.57º | 0.72% | 0.77% | - |
| HSV(B) | 263.57º | 0.35% | 0.94% | - |
| XYZ | 48.04 | 40.37 | 86.92 | - |
| YUV | 174.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 239 | 0.21 | 0.35 | 0 | 0.06 | 263.57 | 0.72 | 0.77 |
| Hex | BC | 9B | EF | 15 | 23 | 0 | 6 | 108 | 48 | 4D |
| Octal | 274 | 233 | 357 | 25 | 43 | 0 | 6 | 410 | 110 | 115 |
| Binary | 10111100 | 10011011 | 11101111 | 10101 | 100011 | 0 | 110 | 100001000 | 1001000 | 1001101 |
Color Harmonies of #BC9BEF
Complementary color
Monochromatic Colors of #BC9BEF
Black with #BC9BEF
Text Example
Text Example
White with #BC9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BEF; }
p { color: rgb(188,155,239); }
H1.HeaderClassName
{
color: #BC9BEF;
}
.AnyTagClassName
{
color: #BC9BEF;
}
</style>
background-color css
<style>
a { background-color: #BC9BEF; }
a { background-color: rgb(188,155,239); }
div.DivClassName
{
background-color: #BC9BEF;
}
.BgClassName
{
background-color: #BC9BEF;
}
</style>
border-color css
<style>
span { border-color: #BC9BEF; }
span { border-color: rgb(188,155,239); }
td.TdClassName
{
border-color: #BC9BEF;
}
.TagClassName
{
border-color: #BC9BEF;
}
</style>