Shades of Perfume #BCA1ED
Tints of Perfume #BCA1ED
RGB
CMYK
RGB Variations
Color information
#BCA1ED (or 0xBCA1ED) is known color: Perfume. HEX triplet: BC, A1 and ED. RGB value is (188,161,237). Sum of RGB (Red+Green+Blue) = 188+161+237=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA1ED is #435E12. Grayscale: #B1B1B1. Windows color (decimal): -4414995 or 15573436. OLE color: 15573436.
HSL color Cylindrical-coordinate representation of color #BCA1ED: hue angle of 261.32º 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 #BCA1ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 161 | 237 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.07 |
| HSL | 261.32º | 0.68% | 0.78% | - |
| HSV(B) | 261.32º | 0.32% | 0.93% | - |
| XYZ | 48.77 | 42.3 | 85.71 | - |
| YUV | 177.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 237 | 0.21 | 0.32 | 0 | 0.07 | 261.32 | 0.68 | 0.78 |
| Hex | BC | A1 | ED | 15 | 20 | 0 | 7 | 105 | 44 | 4E |
| Octal | 274 | 241 | 355 | 25 | 40 | 0 | 7 | 405 | 104 | 116 |
| Binary | 10111100 | 10100001 | 11101101 | 10101 | 100000 | 0 | 111 | 100000101 | 1000100 | 1001110 |
Color Harmonies of #BCA1ED
Complementary color
Monochromatic Colors of #BCA1ED
Black with #BCA1ED
Text Example
Text Example
White with #BCA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1ED; }
p { color: rgb(188,161,237); }
H1.HeaderClassName
{
color: #BCA1ED;
}
.AnyTagClassName
{
color: #BCA1ED;
}
</style>
background-color css
<style>
a { background-color: #BCA1ED; }
a { background-color: rgb(188,161,237); }
div.DivClassName
{
background-color: #BCA1ED;
}
.BgClassName
{
background-color: #BCA1ED;
}
</style>
border-color css
<style>
span { border-color: #BCA1ED; }
span { border-color: rgb(188,161,237); }
td.TdClassName
{
border-color: #BCA1ED;
}
.TagClassName
{
border-color: #BCA1ED;
}
</style>