Shades of Perfume #BC9DF0
Tints of Perfume #BC9DF0
RGB
CMYK
RGB Variations
Color information
#BC9DF0 (or 0xBC9DF0) is known color: Perfume. HEX triplet: BC, 9D and F0. RGB value is (188,157,240). Sum of RGB (Red+Green+Blue) = 188+157+240=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DF0 is #43620F. Grayscale: #AFAFAF. Windows color (decimal): -4416016 or 15769020. OLE color: 15769020.
HSL color Cylindrical-coordinate representation of color #BC9DF0: hue angle of 262.41º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9DF0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 157 | 240 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.06 |
| HSL | 262.41º | 0.73% | 0.78% | - |
| HSV(B) | 262.41º | 0.35% | 0.94% | - |
| XYZ | 48.52 | 41.1 | 87.81 | - |
| YUV | 175.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 240 | 0.22 | 0.35 | 0 | 0.06 | 262.41 | 0.73 | 0.78 |
| Hex | BC | 9D | F0 | 16 | 23 | 0 | 6 | 106 | 49 | 4E |
| Octal | 274 | 235 | 360 | 26 | 43 | 0 | 6 | 406 | 111 | 116 |
| Binary | 10111100 | 10011101 | 11110000 | 10110 | 100011 | 0 | 110 | 100000110 | 1001001 | 1001110 |
Color Harmonies of #BC9DF0
Complementary color
Monochromatic Colors of #BC9DF0
Black with #BC9DF0
Text Example
Text Example
White with #BC9DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DF0; }
p { color: rgb(188,157,240); }
H1.HeaderClassName
{
color: #BC9DF0;
}
.AnyTagClassName
{
color: #BC9DF0;
}
</style>
background-color css
<style>
a { background-color: #BC9DF0; }
a { background-color: rgb(188,157,240); }
div.DivClassName
{
background-color: #BC9DF0;
}
.BgClassName
{
background-color: #BC9DF0;
}
</style>
border-color css
<style>
span { border-color: #BC9DF0; }
span { border-color: rgb(188,157,240); }
td.TdClassName
{
border-color: #BC9DF0;
}
.TagClassName
{
border-color: #BC9DF0;
}
</style>