Shades of Perfume #BCA1FF
Tints of Perfume #BCA1FF
RGB
CMYK
RGB Variations
Color information
#BCA1FF (or 0xBCA1FF) is known color: Perfume. HEX triplet: BC, A1 and FF. RGB value is (188,161,255). Sum of RGB (Red+Green+Blue) = 188+161+255=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA1FF is #435E00. Grayscale: #B3B3B3. Windows color (decimal): -4414977 or 16753084. OLE color: 16753084.
HSL color Cylindrical-coordinate representation of color #BCA1FF: hue angle of 257.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA1FF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 161 | 255 | - |
| CMYK | 0.26 | 0.37 | 0 | 0 |
| HSL | 257.23º | 1% | 0.82% | - |
| HSV(B) | 257.23º | 0.37% | 1% | - |
| XYZ | 51.53 | 43.4 | 100.27 | - |
| YUV | 179.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 255 | 0.26 | 0.37 | 0 | 0 | 257.23 | 1 | 0.82 |
| Hex | BC | A1 | FF | 1A | 25 | 0 | 0 | 101 | 64 | 52 |
| Octal | 274 | 241 | 377 | 32 | 45 | 0 | 0 | 401 | 144 | 122 |
| Binary | 10111100 | 10100001 | 11111111 | 11010 | 100101 | 0 | 0 | 100000001 | 1100100 | 1010010 |
Color Harmonies of #BCA1FF
Complementary color
Monochromatic Colors of #BCA1FF
Black with #BCA1FF
Text Example
Text Example
White with #BCA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1FF; }
p { color: rgb(188,161,255); }
H1.HeaderClassName
{
color: #BCA1FF;
}
.AnyTagClassName
{
color: #BCA1FF;
}
</style>
background-color css
<style>
a { background-color: #BCA1FF; }
a { background-color: rgb(188,161,255); }
div.DivClassName
{
background-color: #BCA1FF;
}
.BgClassName
{
background-color: #BCA1FF;
}
</style>
border-color css
<style>
span { border-color: #BCA1FF; }
span { border-color: rgb(188,161,255); }
td.TdClassName
{
border-color: #BCA1FF;
}
.TagClassName
{
border-color: #BCA1FF;
}
</style>