Shades of Perfume #BCA3F3
Tints of Perfume #BCA3F3
RGB
CMYK
RGB Variations
Color information
#BCA3F3 (or 0xBCA3F3) is known color: Perfume. HEX triplet: BC, A3 and F3. RGB value is (188,163,243). Sum of RGB (Red+Green+Blue) = 188+163+243=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCA3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3F3 is #435C0C. Grayscale: #B3B3B3. Windows color (decimal): -4414477 or 15967164. OLE color: 15967164.
HSL color Cylindrical-coordinate representation of color #BCA3F3: hue angle of 258.75º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA3F3 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 163 | 243 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.05 |
| HSL | 258.75º | 0.77% | 0.8% | - |
| HSV(B) | 258.75º | 0.33% | 0.95% | - |
| XYZ | 50.01 | 43.36 | 90.53 | - |
| YUV | 179.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 243 | 0.23 | 0.33 | 0 | 0.05 | 258.75 | 0.77 | 0.8 |
| Hex | BC | A3 | F3 | 17 | 21 | 0 | 5 | 103 | 4D | 50 |
| Octal | 274 | 243 | 363 | 27 | 41 | 0 | 5 | 403 | 115 | 120 |
| Binary | 10111100 | 10100011 | 11110011 | 10111 | 100001 | 0 | 101 | 100000011 | 1001101 | 1010000 |
Color Harmonies of #BCA3F3
Complementary color
Monochromatic Colors of #BCA3F3
Black with #BCA3F3
Text Example
Text Example
White with #BCA3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3F3; }
p { color: rgb(188,163,243); }
H1.HeaderClassName
{
color: #BCA3F3;
}
.AnyTagClassName
{
color: #BCA3F3;
}
</style>
background-color css
<style>
a { background-color: #BCA3F3; }
a { background-color: rgb(188,163,243); }
div.DivClassName
{
background-color: #BCA3F3;
}
.BgClassName
{
background-color: #BCA3F3;
}
</style>
border-color css
<style>
span { border-color: #BCA3F3; }
span { border-color: rgb(188,163,243); }
td.TdClassName
{
border-color: #BCA3F3;
}
.TagClassName
{
border-color: #BCA3F3;
}
</style>