Shades of Perfume #BCA8DB
Tints of Perfume #BCA8DB
RGB
CMYK
RGB Variations
Color information
#BCA8DB (or 0xBCA8DB) is known color: Perfume. HEX triplet: BC, A8 and DB. RGB value is (188,168,219). Sum of RGB (Red+Green+Blue) = 188+168+219=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DB is #435724. Grayscale: #B3B3B3. Windows color (decimal): -4413221 or 14395580. OLE color: 14395580.
HSL color Cylindrical-coordinate representation of color #BCA8DB: hue angle of 263.53º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA8DB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 168 | 219 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.14 |
| HSL | 263.53º | 0.41% | 0.76% | - |
| HSV(B) | 263.53º | 0.23% | 0.86% | - |
| XYZ | 47.53 | 43.81 | 72.97 | - |
| YUV | 179.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 219 | 0.14 | 0.23 | 0 | 0.14 | 263.53 | 0.41 | 0.76 |
| Hex | BC | A8 | DB | E | 17 | 0 | E | 108 | 29 | 4C |
| Octal | 274 | 250 | 333 | 16 | 27 | 0 | 16 | 410 | 51 | 114 |
| Binary | 10111100 | 10101000 | 11011011 | 1110 | 10111 | 0 | 1110 | 100001000 | 101001 | 1001100 |
Color Harmonies of #BCA8DB
Complementary color
Monochromatic Colors of #BCA8DB
Black with #BCA8DB
Text Example
Text Example
White with #BCA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8DB; }
p { color: rgb(188,168,219); }
H1.HeaderClassName
{
color: #BCA8DB;
}
.AnyTagClassName
{
color: #BCA8DB;
}
</style>
background-color css
<style>
a { background-color: #BCA8DB; }
a { background-color: rgb(188,168,219); }
div.DivClassName
{
background-color: #BCA8DB;
}
.BgClassName
{
background-color: #BCA8DB;
}
</style>
border-color css
<style>
span { border-color: #BCA8DB; }
span { border-color: rgb(188,168,219); }
td.TdClassName
{
border-color: #BCA8DB;
}
.TagClassName
{
border-color: #BCA8DB;
}
</style>