Shades of Perfume #BCA7D1
Tints of Perfume #BCA7D1
RGB
CMYK
RGB Variations
Color information
#BCA7D1 (or 0xBCA7D1) is known color: Perfume. HEX triplet: BC, A7 and D1. RGB value is (188,167,209). Sum of RGB (Red+Green+Blue) = 188+167+209=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D1 is #43582E. Grayscale: #B1B1B1. Windows color (decimal): -4413487 or 13739964. OLE color: 13739964.
HSL color Cylindrical-coordinate representation of color #BCA7D1: hue angle of 270º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA7D1 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 167 | 209 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.18 |
| HSL | 270º | 0.31% | 0.74% | - |
| HSV(B) | 270º | 0.2% | 0.82% | - |
| XYZ | 46.07 | 42.93 | 66.18 | - |
| YUV | 178.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 209 | 0.10 | 0.20 | 0 | 0.18 | 270 | 0.31 | 0.74 |
| Hex | BC | A7 | D1 | A | 14 | 0 | 12 | 10E | 1F | 4A |
| Octal | 274 | 247 | 321 | 12 | 24 | 0 | 22 | 416 | 37 | 112 |
| Binary | 10111100 | 10100111 | 11010001 | 1010 | 10100 | 0 | 10010 | 100001110 | 11111 | 1001010 |
Color Harmonies of #BCA7D1
Complementary color
Monochromatic Colors of #BCA7D1
Black with #BCA7D1
Text Example
Text Example
White with #BCA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA7D1; }
p { color: rgb(188,167,209); }
H1.HeaderClassName
{
color: #BCA7D1;
}
.AnyTagClassName
{
color: #BCA7D1;
}
</style>
background-color css
<style>
a { background-color: #BCA7D1; }
a { background-color: rgb(188,167,209); }
div.DivClassName
{
background-color: #BCA7D1;
}
.BgClassName
{
background-color: #BCA7D1;
}
</style>
border-color css
<style>
span { border-color: #BCA7D1; }
span { border-color: rgb(188,167,209); }
td.TdClassName
{
border-color: #BCA7D1;
}
.TagClassName
{
border-color: #BCA7D1;
}
</style>