Shades of Perfume #BCA7DD
Tints of Perfume #BCA7DD
RGB
CMYK
RGB Variations
Color information
#BCA7DD (or 0xBCA7DD) is known color: Perfume. HEX triplet: BC, A7 and DD. RGB value is (188,167,221). Sum of RGB (Red+Green+Blue) = 188+167+221=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7DD is #435822. Grayscale: #B3B3B3. Windows color (decimal): -4413475 or 14526396. OLE color: 14526396.
HSL color Cylindrical-coordinate representation of color #BCA7DD: hue angle of 263.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA7DD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 167 | 221 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.13 |
| HSL | 263.33º | 0.44% | 0.76% | - |
| HSV(B) | 263.33º | 0.24% | 0.87% | - |
| XYZ | 47.61 | 43.55 | 74.3 | - |
| YUV | 179.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 221 | 0.15 | 0.24 | 0 | 0.13 | 263.33 | 0.44 | 0.76 |
| Hex | BC | A7 | DD | F | 18 | 0 | D | 107 | 2C | 4C |
| Octal | 274 | 247 | 335 | 17 | 30 | 0 | 15 | 407 | 54 | 114 |
| Binary | 10111100 | 10100111 | 11011101 | 1111 | 11000 | 0 | 1101 | 100000111 | 101100 | 1001100 |
Color Harmonies of #BCA7DD
Complementary color
Monochromatic Colors of #BCA7DD
Black with #BCA7DD
Text Example
Text Example
White with #BCA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA7DD; }
p { color: rgb(188,167,221); }
H1.HeaderClassName
{
color: #BCA7DD;
}
.AnyTagClassName
{
color: #BCA7DD;
}
</style>
background-color css
<style>
a { background-color: #BCA7DD; }
a { background-color: rgb(188,167,221); }
div.DivClassName
{
background-color: #BCA7DD;
}
.BgClassName
{
background-color: #BCA7DD;
}
</style>
border-color css
<style>
span { border-color: #BCA7DD; }
span { border-color: rgb(188,167,221); }
td.TdClassName
{
border-color: #BCA7DD;
}
.TagClassName
{
border-color: #BCA7DD;
}
</style>