Shades of Perfume #BCA7DB
Tints of Perfume #BCA7DB
RGB
CMYK
RGB Variations
Color information
#BCA7DB (or 0xBCA7DB) is known color: Perfume. HEX triplet: BC, A7 and DB. RGB value is (188,167,219). Sum of RGB (Red+Green+Blue) = 188+167+219=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7DB is #435824. Grayscale: #B3B3B3. Windows color (decimal): -4413477 or 14395324. OLE color: 14395324.
HSL color Cylindrical-coordinate representation of color #BCA7DB: hue angle of 264.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA7DB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 167 | 219 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.14 |
| HSL | 264.23º | 0.42% | 0.76% | - |
| HSV(B) | 264.23º | 0.24% | 0.86% | - |
| XYZ | 47.34 | 43.44 | 72.91 | - |
| YUV | 179.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 219 | 0.14 | 0.24 | 0 | 0.14 | 264.23 | 0.42 | 0.76 |
| Hex | BC | A7 | DB | E | 18 | 0 | E | 108 | 2A | 4C |
| Octal | 274 | 247 | 333 | 16 | 30 | 0 | 16 | 410 | 52 | 114 |
| Binary | 10111100 | 10100111 | 11011011 | 1110 | 11000 | 0 | 1110 | 100001000 | 101010 | 1001100 |
Color Harmonies of #BCA7DB
Complementary color
Monochromatic Colors of #BCA7DB
Black with #BCA7DB
Text Example
Text Example
White with #BCA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA7DB; }
p { color: rgb(188,167,219); }
H1.HeaderClassName
{
color: #BCA7DB;
}
.AnyTagClassName
{
color: #BCA7DB;
}
</style>
background-color css
<style>
a { background-color: #BCA7DB; }
a { background-color: rgb(188,167,219); }
div.DivClassName
{
background-color: #BCA7DB;
}
.BgClassName
{
background-color: #BCA7DB;
}
</style>
border-color css
<style>
span { border-color: #BCA7DB; }
span { border-color: rgb(188,167,219); }
td.TdClassName
{
border-color: #BCA7DB;
}
.TagClassName
{
border-color: #BCA7DB;
}
</style>