Shades of Perfume #BC96EF
Tints of Perfume #BC96EF
RGB
CMYK
RGB Variations
Color information
#BC96EF (or 0xBC96EF) is known color: Perfume. HEX triplet: BC, 96 and EF. RGB value is (188,150,239). Sum of RGB (Red+Green+Blue) = 188+150+239=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96EF is #436910. Grayscale: #ABABAB. Windows color (decimal): -4417809 or 15701692. OLE color: 15701692.
HSL color Cylindrical-coordinate representation of color #BC96EF: hue angle of 265.62º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC96EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 150 | 239 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.06 |
| HSL | 265.62º | 0.74% | 0.76% | - |
| HSV(B) | 265.62º | 0.37% | 0.94% | - |
| XYZ | 47.23 | 38.74 | 86.65 | - |
| YUV | 171.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 239 | 0.21 | 0.37 | 0 | 0.06 | 265.62 | 0.74 | 0.76 |
| Hex | BC | 96 | EF | 15 | 25 | 0 | 6 | 10A | 4A | 4C |
| Octal | 274 | 226 | 357 | 25 | 45 | 0 | 6 | 412 | 112 | 114 |
| Binary | 10111100 | 10010110 | 11101111 | 10101 | 100101 | 0 | 110 | 100001010 | 1001010 | 1001100 |
Color Harmonies of #BC96EF
Complementary color
Monochromatic Colors of #BC96EF
Black with #BC96EF
Text Example
Text Example
White with #BC96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96EF; }
p { color: rgb(188,150,239); }
H1.HeaderClassName
{
color: #BC96EF;
}
.AnyTagClassName
{
color: #BC96EF;
}
</style>
background-color css
<style>
a { background-color: #BC96EF; }
a { background-color: rgb(188,150,239); }
div.DivClassName
{
background-color: #BC96EF;
}
.BgClassName
{
background-color: #BC96EF;
}
</style>
border-color css
<style>
span { border-color: #BC96EF; }
span { border-color: rgb(188,150,239); }
td.TdClassName
{
border-color: #BC96EF;
}
.TagClassName
{
border-color: #BC96EF;
}
</style>