Shades of Perfume #BCA3F2
Tints of Perfume #BCA3F2
RGB
CMYK
RGB Variations
Color information
#BCA3F2 (or 0xBCA3F2) is known color: Perfume. HEX triplet: BC, A3 and F2. RGB value is (188,163,242). Sum of RGB (Red+Green+Blue) = 188+163+242=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3F2 is #435C0D. Grayscale: #B3B3B3. Windows color (decimal): -4414478 or 15901628. OLE color: 15901628.
HSL color Cylindrical-coordinate representation of color #BCA3F2: hue angle of 258.99º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA3F2 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 163 | 242 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.05 |
| HSL | 258.99º | 0.75% | 0.79% | - |
| HSV(B) | 258.99º | 0.33% | 0.95% | - |
| XYZ | 49.86 | 43.3 | 89.73 | - |
| YUV | 179.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 242 | 0.22 | 0.33 | 0 | 0.05 | 258.99 | 0.75 | 0.79 |
| Hex | BC | A3 | F2 | 16 | 21 | 0 | 5 | 103 | 4B | 4F |
| Octal | 274 | 243 | 362 | 26 | 41 | 0 | 5 | 403 | 113 | 117 |
| Binary | 10111100 | 10100011 | 11110010 | 10110 | 100001 | 0 | 101 | 100000011 | 1001011 | 1001111 |
Color Harmonies of #BCA3F2
Complementary color
Monochromatic Colors of #BCA3F2
Black with #BCA3F2
Text Example
Text Example
White with #BCA3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA3F2; }
p { color: rgb(188,163,242); }
H1.HeaderClassName
{
color: #BCA3F2;
}
.AnyTagClassName
{
color: #BCA3F2;
}
</style>
background-color css
<style>
a { background-color: #BCA3F2; }
a { background-color: rgb(188,163,242); }
div.DivClassName
{
background-color: #BCA3F2;
}
.BgClassName
{
background-color: #BCA3F2;
}
</style>
border-color css
<style>
span { border-color: #BCA3F2; }
span { border-color: rgb(188,163,242); }
td.TdClassName
{
border-color: #BCA3F2;
}
.TagClassName
{
border-color: #BCA3F2;
}
</style>