Shades of Perfume #BCA6DB
Tints of Perfume #BCA6DB
RGB
CMYK
RGB Variations
Color information
#BCA6DB (or 0xBCA6DB) is known color: Perfume. HEX triplet: BC, A6 and DB. RGB value is (188,166,219). Sum of RGB (Red+Green+Blue) = 188+166+219=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6DB is #435924. Grayscale: #B2B2B2. Windows color (decimal): -4413733 or 14395068. OLE color: 14395068.
HSL color Cylindrical-coordinate representation of color #BCA6DB: hue angle of 264.91º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA6DB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 188 | 166 | 219 | - |
CMYK | 0.14 | 0.24 | 0 | 0.14 |
HSL | 264.91º | 0.42% | 0.75% | - |
HSV(B) | 264.91º | 0.24% | 0.86% | - |
XYZ | 47.16 | 43.08 | 72.85 | - |
YUV | 178.62 | 150.79 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 166 | 219 | 0.14 | 0.24 | 0 | 0.14 | 264.91 | 0.42 | 0.75 |
Hex | BC | A6 | DB | E | 18 | 0 | E | 109 | 2A | 4B |
Octal | 274 | 246 | 333 | 16 | 30 | 0 | 16 | 411 | 52 | 113 |
Binary | 10111100 | 10100110 | 11011011 | 1110 | 11000 | 0 | 1110 | 100001001 | 101010 | 1001011 |
Color Harmonies of #BCA6DB
Complementary color
Monochromatic Colors of #BCA6DB
Black with #BCA6DB
Text Example
Text Example
White with #BCA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA6DB; }
p { color: rgb(188,166,219); }
H1.HeaderClassName
{
color: #BCA6DB;
}
.AnyTagClassName
{
color: #BCA6DB;
}
</style>
background-color css
<style>
a { background-color: #BCA6DB; }
a { background-color: rgb(188,166,219); }
div.DivClassName
{
background-color: #BCA6DB;
}
.BgClassName
{
background-color: #BCA6DB;
}
</style>
border-color css
<style>
span { border-color: #BCA6DB; }
span { border-color: rgb(188,166,219); }
td.TdClassName
{
border-color: #BCA6DB;
}
.TagClassName
{
border-color: #BCA6DB;
}
</style>