Shades of Perfume #BC9DD5
Tints of Perfume #BC9DD5
RGB
CMYK
RGB Variations
Color information
#BC9DD5 (or 0xBC9DD5) is known color: Perfume. HEX triplet: BC, 9D and D5. RGB value is (188,157,213). Sum of RGB (Red+Green+Blue) = 188+157+213=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DD5 is #43622A. Grayscale: #ACACAC. Windows color (decimal): -4416043 or 13999548. OLE color: 13999548.
HSL color Cylindrical-coordinate representation of color #BC9DD5: hue angle of 273.21º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC9DD5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 157 | 213 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.16 |
| HSL | 273.21º | 0.4% | 0.73% | - |
| HSV(B) | 273.21º | 0.26% | 0.84% | - |
| XYZ | 44.81 | 39.61 | 68.23 | - |
| YUV | 172.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 213 | 0.12 | 0.26 | 0 | 0.16 | 273.21 | 0.4 | 0.73 |
| Hex | BC | 9D | D5 | C | 1A | 0 | 10 | 111 | 28 | 49 |
| Octal | 274 | 235 | 325 | 14 | 32 | 0 | 20 | 421 | 50 | 111 |
| Binary | 10111100 | 10011101 | 11010101 | 1100 | 11010 | 0 | 10000 | 100010001 | 101000 | 1001001 |
Color Harmonies of #BC9DD5
Complementary color
Monochromatic Colors of #BC9DD5
Black with #BC9DD5
Text Example
Text Example
White with #BC9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DD5; }
p { color: rgb(188,157,213); }
H1.HeaderClassName
{
color: #BC9DD5;
}
.AnyTagClassName
{
color: #BC9DD5;
}
</style>
background-color css
<style>
a { background-color: #BC9DD5; }
a { background-color: rgb(188,157,213); }
div.DivClassName
{
background-color: #BC9DD5;
}
.BgClassName
{
background-color: #BC9DD5;
}
</style>
border-color css
<style>
span { border-color: #BC9DD5; }
span { border-color: rgb(188,157,213); }
td.TdClassName
{
border-color: #BC9DD5;
}
.TagClassName
{
border-color: #BC9DD5;
}
</style>