Shades of Perfume #BCA6E8
Tints of Perfume #BCA6E8
RGB
CMYK
RGB Variations
Color information
#BCA6E8 (or 0xBCA6E8) is known color: Perfume. HEX triplet: BC, A6 and E8. RGB value is (188,166,232). Sum of RGB (Red+Green+Blue) = 188+166+232=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCA6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6E8 is #435917. Grayscale: #B3B3B3. Windows color (decimal): -4413720 or 15247036. OLE color: 15247036.
HSL color Cylindrical-coordinate representation of color #BCA6E8: hue angle of 260º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA6E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 166 | 232 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.09 |
| HSL | 260º | 0.59% | 0.78% | - |
| HSV(B) | 260º | 0.28% | 0.91% | - |
| XYZ | 48.94 | 43.79 | 82.22 | - |
| YUV | 180.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 232 | 0.19 | 0.28 | 0 | 0.09 | 260 | 0.59 | 0.78 |
| Hex | BC | A6 | E8 | 13 | 1C | 0 | 9 | 104 | 3B | 4E |
| Octal | 274 | 246 | 350 | 23 | 34 | 0 | 11 | 404 | 73 | 116 |
| Binary | 10111100 | 10100110 | 11101000 | 10011 | 11100 | 0 | 1001 | 100000100 | 111011 | 1001110 |
Color Harmonies of #BCA6E8
Complementary color
Monochromatic Colors of #BCA6E8
Black with #BCA6E8
Text Example
Text Example
White with #BCA6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6E8; }
p { color: rgb(188,166,232); }
H1.HeaderClassName
{
color: #BCA6E8;
}
.AnyTagClassName
{
color: #BCA6E8;
}
</style>
background-color css
<style>
a { background-color: #BCA6E8; }
a { background-color: rgb(188,166,232); }
div.DivClassName
{
background-color: #BCA6E8;
}
.BgClassName
{
background-color: #BCA6E8;
}
</style>
border-color css
<style>
span { border-color: #BCA6E8; }
span { border-color: rgb(188,166,232); }
td.TdClassName
{
border-color: #BCA6E8;
}
.TagClassName
{
border-color: #BCA6E8;
}
</style>