Shades of Perfume #BCA0FA
Tints of Perfume #BCA0FA
RGB
CMYK
RGB Variations
Color information
#BCA0FA (or 0xBCA0FA) is known color: Perfume. HEX triplet: BC, A0 and FA. RGB value is (188,160,250). Sum of RGB (Red+Green+Blue) = 188+160+250=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0FA is #435F05. Grayscale: #B2B2B2. Windows color (decimal): -4415238 or 16425148. OLE color: 16425148.
HSL color Cylindrical-coordinate representation of color #BCA0FA: hue angle of 258.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA0FA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 160 | 250 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.02 |
| HSL | 258.67º | 0.9% | 0.8% | - |
| HSV(B) | 258.67º | 0.36% | 0.98% | - |
| XYZ | 50.57 | 42.74 | 96.03 | - |
| YUV | 178.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 250 | 0.25 | 0.36 | 0 | 0.02 | 258.67 | 0.9 | 0.8 |
| Hex | BC | A0 | FA | 19 | 24 | 0 | 2 | 103 | 5A | 50 |
| Octal | 274 | 240 | 372 | 31 | 44 | 0 | 2 | 403 | 132 | 120 |
| Binary | 10111100 | 10100000 | 11111010 | 11001 | 100100 | 0 | 10 | 100000011 | 1011010 | 1010000 |
Color Harmonies of #BCA0FA
Complementary color
Monochromatic Colors of #BCA0FA
Black with #BCA0FA
Text Example
Text Example
White with #BCA0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0FA; }
p { color: rgb(188,160,250); }
H1.HeaderClassName
{
color: #BCA0FA;
}
.AnyTagClassName
{
color: #BCA0FA;
}
</style>
background-color css
<style>
a { background-color: #BCA0FA; }
a { background-color: rgb(188,160,250); }
div.DivClassName
{
background-color: #BCA0FA;
}
.BgClassName
{
background-color: #BCA0FA;
}
</style>
border-color css
<style>
span { border-color: #BCA0FA; }
span { border-color: rgb(188,160,250); }
td.TdClassName
{
border-color: #BCA0FA;
}
.TagClassName
{
border-color: #BCA0FA;
}
</style>