Shades of Perfume #BCA5D0
Tints of Perfume #BCA5D0
RGB
CMYK
RGB Variations
Color information
#BCA5D0 (or 0xBCA5D0) is known color: Perfume. HEX triplet: BC, A5 and D0. RGB value is (188,165,208). Sum of RGB (Red+Green+Blue) = 188+165+208=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5D0 is #435A2F. Grayscale: #B0B0B0. Windows color (decimal): -4414000 or 13673916. OLE color: 13673916.
HSL color Cylindrical-coordinate representation of color #BCA5D0: hue angle of 272.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA5D0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 165 | 208 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.18 |
| HSL | 272.09º | 0.31% | 0.73% | - |
| HSV(B) | 272.09º | 0.21% | 0.82% | - |
| XYZ | 45.58 | 42.16 | 65.41 | - |
| YUV | 176.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 208 | 0.10 | 0.21 | 0 | 0.18 | 272.09 | 0.31 | 0.73 |
| Hex | BC | A5 | D0 | A | 15 | 0 | 12 | 110 | 1F | 49 |
| Octal | 274 | 245 | 320 | 12 | 25 | 0 | 22 | 420 | 37 | 111 |
| Binary | 10111100 | 10100101 | 11010000 | 1010 | 10101 | 0 | 10010 | 100010000 | 11111 | 1001001 |
Color Harmonies of #BCA5D0
Complementary color
Monochromatic Colors of #BCA5D0
Black with #BCA5D0
Text Example
Text Example
White with #BCA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5D0; }
p { color: rgb(188,165,208); }
H1.HeaderClassName
{
color: #BCA5D0;
}
.AnyTagClassName
{
color: #BCA5D0;
}
</style>
background-color css
<style>
a { background-color: #BCA5D0; }
a { background-color: rgb(188,165,208); }
div.DivClassName
{
background-color: #BCA5D0;
}
.BgClassName
{
background-color: #BCA5D0;
}
</style>
border-color css
<style>
span { border-color: #BCA5D0; }
span { border-color: rgb(188,165,208); }
td.TdClassName
{
border-color: #BCA5D0;
}
.TagClassName
{
border-color: #BCA5D0;
}
</style>