Shades of Perfume #BC95DF
Tints of Perfume #BC95DF
RGB
CMYK
RGB Variations
Color information
#BC95DF (or 0xBC95DF) is known color: Perfume. HEX triplet: BC, 95 and DF. RGB value is (188,149,223). Sum of RGB (Red+Green+Blue) = 188+149+223=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95DF is #436A20. Grayscale: #A8A8A8. Windows color (decimal): -4418081 or 14652860. OLE color: 14652860.
HSL color Cylindrical-coordinate representation of color #BC95DF: hue angle of 271.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC95DF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 149 | 223 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.13 |
| HSL | 271.62º | 0.54% | 0.73% | - |
| HSV(B) | 271.62º | 0.33% | 0.87% | - |
| XYZ | 44.81 | 37.51 | 74.69 | - |
| YUV | 169.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 223 | 0.16 | 0.33 | 0 | 0.13 | 271.62 | 0.54 | 0.73 |
| Hex | BC | 95 | DF | 10 | 21 | 0 | D | 110 | 36 | 49 |
| Octal | 274 | 225 | 337 | 20 | 41 | 0 | 15 | 420 | 66 | 111 |
| Binary | 10111100 | 10010101 | 11011111 | 10000 | 100001 | 0 | 1101 | 100010000 | 110110 | 1001001 |
Color Harmonies of #BC95DF
Complementary color
Monochromatic Colors of #BC95DF
Black with #BC95DF
Text Example
Text Example
White with #BC95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95DF; }
p { color: rgb(188,149,223); }
H1.HeaderClassName
{
color: #BC95DF;
}
.AnyTagClassName
{
color: #BC95DF;
}
</style>
background-color css
<style>
a { background-color: #BC95DF; }
a { background-color: rgb(188,149,223); }
div.DivClassName
{
background-color: #BC95DF;
}
.BgClassName
{
background-color: #BC95DF;
}
</style>
border-color css
<style>
span { border-color: #BC95DF; }
span { border-color: rgb(188,149,223); }
td.TdClassName
{
border-color: #BC95DF;
}
.TagClassName
{
border-color: #BC95DF;
}
</style>