Shades of Perfume #BCA8D8
Tints of Perfume #BCA8D8
RGB
CMYK
RGB Variations
Color information
#BCA8D8 (or 0xBCA8D8) is known color: Perfume. HEX triplet: BC, A8 and D8. RGB value is (188,168,216). Sum of RGB (Red+Green+Blue) = 188+168+216=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCA8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8D8 is #435727. Grayscale: #B3B3B3. Windows color (decimal): -4413224 or 14198972. OLE color: 14198972.
HSL color Cylindrical-coordinate representation of color #BCA8D8: hue angle of 265º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA8D8 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 168 | 216 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.15 |
| HSL | 265º | 0.38% | 0.75% | - |
| HSV(B) | 265º | 0.22% | 0.85% | - |
| XYZ | 47.14 | 43.65 | 70.91 | - |
| YUV | 179.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 216 | 0.13 | 0.22 | 0 | 0.15 | 265 | 0.38 | 0.75 |
| Hex | BC | A8 | D8 | D | 16 | 0 | F | 109 | 26 | 4B |
| Octal | 274 | 250 | 330 | 15 | 26 | 0 | 17 | 411 | 46 | 113 |
| Binary | 10111100 | 10101000 | 11011000 | 1101 | 10110 | 0 | 1111 | 100001001 | 100110 | 1001011 |
Color Harmonies of #BCA8D8
Complementary color
Monochromatic Colors of #BCA8D8
Black with #BCA8D8
Text Example
Text Example
White with #BCA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8D8; }
p { color: rgb(188,168,216); }
H1.HeaderClassName
{
color: #BCA8D8;
}
.AnyTagClassName
{
color: #BCA8D8;
}
</style>
background-color css
<style>
a { background-color: #BCA8D8; }
a { background-color: rgb(188,168,216); }
div.DivClassName
{
background-color: #BCA8D8;
}
.BgClassName
{
background-color: #BCA8D8;
}
</style>
border-color css
<style>
span { border-color: #BCA8D8; }
span { border-color: rgb(188,168,216); }
td.TdClassName
{
border-color: #BCA8D8;
}
.TagClassName
{
border-color: #BCA8D8;
}
</style>