Shades of Perfume #BCA8DC
Tints of Perfume #BCA8DC
RGB
CMYK
RGB Variations
Color information
#BCA8DC (or 0xBCA8DC) is known color: Perfume. HEX triplet: BC, A8 and DC. RGB value is (188,168,220). Sum of RGB (Red+Green+Blue) = 188+168+220=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DC is #435723. Grayscale: #B3B3B3. Windows color (decimal): -4413220 or 14461116. OLE color: 14461116.
HSL color Cylindrical-coordinate representation of color #BCA8DC: hue angle of 263.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA8DC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 168 | 220 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.14 |
| HSL | 263.08º | 0.43% | 0.76% | - |
| HSV(B) | 263.08º | 0.24% | 0.86% | - |
| XYZ | 47.66 | 43.86 | 73.66 | - |
| YUV | 179.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 220 | 0.15 | 0.24 | 0 | 0.14 | 263.08 | 0.43 | 0.76 |
| Hex | BC | A8 | DC | F | 18 | 0 | E | 107 | 2B | 4C |
| Octal | 274 | 250 | 334 | 17 | 30 | 0 | 16 | 407 | 53 | 114 |
| Binary | 10111100 | 10101000 | 11011100 | 1111 | 11000 | 0 | 1110 | 100000111 | 101011 | 1001100 |
Color Harmonies of #BCA8DC
Complementary color
Monochromatic Colors of #BCA8DC
Black with #BCA8DC
Text Example
Text Example
White with #BCA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8DC; }
p { color: rgb(188,168,220); }
H1.HeaderClassName
{
color: #BCA8DC;
}
.AnyTagClassName
{
color: #BCA8DC;
}
</style>
background-color css
<style>
a { background-color: #BCA8DC; }
a { background-color: rgb(188,168,220); }
div.DivClassName
{
background-color: #BCA8DC;
}
.BgClassName
{
background-color: #BCA8DC;
}
</style>
border-color css
<style>
span { border-color: #BCA8DC; }
span { border-color: rgb(188,168,220); }
td.TdClassName
{
border-color: #BCA8DC;
}
.TagClassName
{
border-color: #BCA8DC;
}
</style>