Shades of Perfume #BCA0ED
Tints of Perfume #BCA0ED
RGB
CMYK
RGB Variations
Color information
#BCA0ED (or 0xBCA0ED) is known color: Perfume. HEX triplet: BC, A0 and ED. RGB value is (188,160,237). Sum of RGB (Red+Green+Blue) = 188+160+237=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0ED is #435F12. Grayscale: #B0B0B0. Windows color (decimal): -4415251 or 15573180. OLE color: 15573180.
HSL color Cylindrical-coordinate representation of color #BCA0ED: hue angle of 261.82º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA0ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 160 | 237 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.07 |
| HSL | 261.82º | 0.68% | 0.78% | - |
| HSV(B) | 261.82º | 0.32% | 0.93% | - |
| XYZ | 48.6 | 41.95 | 85.66 | - |
| YUV | 177.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 237 | 0.21 | 0.32 | 0 | 0.07 | 261.82 | 0.68 | 0.78 |
| Hex | BC | A0 | ED | 15 | 20 | 0 | 7 | 106 | 44 | 4E |
| Octal | 274 | 240 | 355 | 25 | 40 | 0 | 7 | 406 | 104 | 116 |
| Binary | 10111100 | 10100000 | 11101101 | 10101 | 100000 | 0 | 111 | 100000110 | 1000100 | 1001110 |
Color Harmonies of #BCA0ED
Complementary color
Monochromatic Colors of #BCA0ED
Black with #BCA0ED
Text Example
Text Example
White with #BCA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0ED; }
p { color: rgb(188,160,237); }
H1.HeaderClassName
{
color: #BCA0ED;
}
.AnyTagClassName
{
color: #BCA0ED;
}
</style>
background-color css
<style>
a { background-color: #BCA0ED; }
a { background-color: rgb(188,160,237); }
div.DivClassName
{
background-color: #BCA0ED;
}
.BgClassName
{
background-color: #BCA0ED;
}
</style>
border-color css
<style>
span { border-color: #BCA0ED; }
span { border-color: rgb(188,160,237); }
td.TdClassName
{
border-color: #BCA0ED;
}
.TagClassName
{
border-color: #BCA0ED;
}
</style>