Shades of Perfume #BCA6E5
Tints of Perfume #BCA6E5
RGB
CMYK
RGB Variations
Color information
#BCA6E5 (or 0xBCA6E5) is known color: Perfume. HEX triplet: BC, A6 and E5. RGB value is (188,166,229). Sum of RGB (Red+Green+Blue) = 188+166+229=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCA6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6E5 is #43591A. Grayscale: #B3B3B3. Windows color (decimal): -4413723 or 15050428. OLE color: 15050428.
HSL color Cylindrical-coordinate representation of color #BCA6E5: hue angle of 260.95º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA6E5 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 166 | 229 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.10 |
| HSL | 260.95º | 0.55% | 0.77% | - |
| HSV(B) | 260.95º | 0.28% | 0.9% | - |
| XYZ | 48.52 | 43.62 | 79.99 | - |
| YUV | 179.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 229 | 0.18 | 0.28 | 0 | 0.10 | 260.95 | 0.55 | 0.77 |
| Hex | BC | A6 | E5 | 12 | 1C | 0 | A | 105 | 37 | 4D |
| Octal | 274 | 246 | 345 | 22 | 34 | 0 | 12 | 405 | 67 | 115 |
| Binary | 10111100 | 10100110 | 11100101 | 10010 | 11100 | 0 | 1010 | 100000101 | 110111 | 1001101 |
Color Harmonies of #BCA6E5
Complementary color
Monochromatic Colors of #BCA6E5
Black with #BCA6E5
Text Example
Text Example
White with #BCA6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6E5; }
p { color: rgb(188,166,229); }
H1.HeaderClassName
{
color: #BCA6E5;
}
.AnyTagClassName
{
color: #BCA6E5;
}
</style>
background-color css
<style>
a { background-color: #BCA6E5; }
a { background-color: rgb(188,166,229); }
div.DivClassName
{
background-color: #BCA6E5;
}
.BgClassName
{
background-color: #BCA6E5;
}
</style>
border-color css
<style>
span { border-color: #BCA6E5; }
span { border-color: rgb(188,166,229); }
td.TdClassName
{
border-color: #BCA6E5;
}
.TagClassName
{
border-color: #BCA6E5;
}
</style>