Shades of Perfume #BCA6E7
Tints of Perfume #BCA6E7
RGB
CMYK
RGB Variations
Color information
#BCA6E7 (or 0xBCA6E7) is known color: Perfume. HEX triplet: BC, A6 and E7. RGB value is (188,166,231). Sum of RGB (Red+Green+Blue) = 188+166+231=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6E7 is #435918. Grayscale: #B3B3B3. Windows color (decimal): -4413721 or 15181500. OLE color: 15181500.
HSL color Cylindrical-coordinate representation of color #BCA6E7: hue angle of 260.31º degrees, saturation: 0.58, 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 #BCA6E7 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 166 | 231 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.09 |
| HSL | 260.31º | 0.58% | 0.78% | - |
| HSV(B) | 260.31º | 0.28% | 0.91% | - |
| XYZ | 48.8 | 43.73 | 81.47 | - |
| YUV | 179.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 231 | 0.19 | 0.28 | 0 | 0.09 | 260.31 | 0.58 | 0.78 |
| Hex | BC | A6 | E7 | 13 | 1C | 0 | 9 | 104 | 3A | 4E |
| Octal | 274 | 246 | 347 | 23 | 34 | 0 | 11 | 404 | 72 | 116 |
| Binary | 10111100 | 10100110 | 11100111 | 10011 | 11100 | 0 | 1001 | 100000100 | 111010 | 1001110 |
Color Harmonies of #BCA6E7
Complementary color
Monochromatic Colors of #BCA6E7
Black with #BCA6E7
Text Example
Text Example
White with #BCA6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6E7; }
p { color: rgb(188,166,231); }
H1.HeaderClassName
{
color: #BCA6E7;
}
.AnyTagClassName
{
color: #BCA6E7;
}
</style>
background-color css
<style>
a { background-color: #BCA6E7; }
a { background-color: rgb(188,166,231); }
div.DivClassName
{
background-color: #BCA6E7;
}
.BgClassName
{
background-color: #BCA6E7;
}
</style>
border-color css
<style>
span { border-color: #BCA6E7; }
span { border-color: rgb(188,166,231); }
td.TdClassName
{
border-color: #BCA6E7;
}
.TagClassName
{
border-color: #BCA6E7;
}
</style>