Shades of Perfume #BCA6ED
Tints of Perfume #BCA6ED
RGB
CMYK
RGB Variations
Color information
#BCA6ED (or 0xBCA6ED) is known color: Perfume. HEX triplet: BC, A6 and ED. RGB value is (188,166,237). Sum of RGB (Red+Green+Blue) = 188+166+237=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6ED is #435912. Grayscale: #B4B4B4. Windows color (decimal): -4413715 or 15574716. OLE color: 15574716.
HSL color Cylindrical-coordinate representation of color #BCA6ED: hue angle of 258.59º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA6ED is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 166 | 237 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.07 |
| HSL | 258.59º | 0.66% | 0.79% | - |
| HSV(B) | 258.59º | 0.3% | 0.93% | - |
| XYZ | 49.66 | 44.08 | 86.01 | - |
| YUV | 180.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 237 | 0.21 | 0.30 | 0 | 0.07 | 258.59 | 0.66 | 0.79 |
| Hex | BC | A6 | ED | 15 | 1E | 0 | 7 | 103 | 42 | 4F |
| Octal | 274 | 246 | 355 | 25 | 36 | 0 | 7 | 403 | 102 | 117 |
| Binary | 10111100 | 10100110 | 11101101 | 10101 | 11110 | 0 | 111 | 100000011 | 1000010 | 1001111 |
Color Harmonies of #BCA6ED
Complementary color
Monochromatic Colors of #BCA6ED
Black with #BCA6ED
Text Example
Text Example
White with #BCA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6ED; }
p { color: rgb(188,166,237); }
H1.HeaderClassName
{
color: #BCA6ED;
}
.AnyTagClassName
{
color: #BCA6ED;
}
</style>
background-color css
<style>
a { background-color: #BCA6ED; }
a { background-color: rgb(188,166,237); }
div.DivClassName
{
background-color: #BCA6ED;
}
.BgClassName
{
background-color: #BCA6ED;
}
</style>
border-color css
<style>
span { border-color: #BCA6ED; }
span { border-color: rgb(188,166,237); }
td.TdClassName
{
border-color: #BCA6ED;
}
.TagClassName
{
border-color: #BCA6ED;
}
</style>