Shades of Perfume #BCA3F7
Tints of Perfume #BCA3F7
RGB
CMYK
RGB Variations
Color information
#BCA3F7 (or 0xBCA3F7) is known color: Perfume. HEX triplet: BC, A3 and F7. RGB value is (188,163,247). Sum of RGB (Red+Green+Blue) = 188+163+247=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCA3F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3F7 is #435C08. Grayscale: #B3B3B3. Windows color (decimal): -4414473 or 16229308. OLE color: 16229308.
HSL color Cylindrical-coordinate representation of color #BCA3F7: hue angle of 257.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA3F7 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 163 | 247 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.03 |
| HSL | 257.86º | 0.84% | 0.8% | - |
| HSV(B) | 257.86º | 0.34% | 0.97% | - |
| XYZ | 50.62 | 43.6 | 93.74 | - |
| YUV | 180.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 247 | 0.24 | 0.34 | 0 | 0.03 | 257.86 | 0.84 | 0.8 |
| Hex | BC | A3 | F7 | 18 | 22 | 0 | 3 | 102 | 54 | 50 |
| Octal | 274 | 243 | 367 | 30 | 42 | 0 | 3 | 402 | 124 | 120 |
| Binary | 10111100 | 10100011 | 11110111 | 11000 | 100010 | 0 | 11 | 100000010 | 1010100 | 1010000 |
Color Harmonies of #BCA3F7
Complementary color
Monochromatic Colors of #BCA3F7
Black with #BCA3F7
Text Example
Text Example
White with #BCA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3F7; }
p { color: rgb(188,163,247); }
H1.HeaderClassName
{
color: #BCA3F7;
}
.AnyTagClassName
{
color: #BCA3F7;
}
</style>
background-color css
<style>
a { background-color: #BCA3F7; }
a { background-color: rgb(188,163,247); }
div.DivClassName
{
background-color: #BCA3F7;
}
.BgClassName
{
background-color: #BCA3F7;
}
</style>
border-color css
<style>
span { border-color: #BCA3F7; }
span { border-color: rgb(188,163,247); }
td.TdClassName
{
border-color: #BCA3F7;
}
.TagClassName
{
border-color: #BCA3F7;
}
</style>