Shades of Perfume #BCA7D4
Tints of Perfume #BCA7D4
RGB
CMYK
RGB Variations
Color information
#BCA7D4 (or 0xBCA7D4) is known color: Perfume. HEX triplet: BC, A7 and D4. RGB value is (188,167,212). Sum of RGB (Red+Green+Blue) = 188+167+212=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCA7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D4 is #43582B. Grayscale: #B2B2B2. Windows color (decimal): -4413484 or 13936572. OLE color: 13936572.
HSL color Cylindrical-coordinate representation of color #BCA7D4: hue angle of 268º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA7D4 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 167 | 212 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.17 |
| HSL | 268º | 0.34% | 0.74% | - |
| HSV(B) | 268º | 0.21% | 0.83% | - |
| XYZ | 46.44 | 43.08 | 68.16 | - |
| YUV | 178.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 212 | 0.11 | 0.21 | 0 | 0.17 | 268 | 0.34 | 0.74 |
| Hex | BC | A7 | D4 | B | 15 | 0 | 11 | 10C | 22 | 4A |
| Octal | 274 | 247 | 324 | 13 | 25 | 0 | 21 | 414 | 42 | 112 |
| Binary | 10111100 | 10100111 | 11010100 | 1011 | 10101 | 0 | 10001 | 100001100 | 100010 | 1001010 |
Color Harmonies of #BCA7D4
Complementary color
Monochromatic Colors of #BCA7D4
Black with #BCA7D4
Text Example
Text Example
White with #BCA7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA7D4; }
p { color: rgb(188,167,212); }
H1.HeaderClassName
{
color: #BCA7D4;
}
.AnyTagClassName
{
color: #BCA7D4;
}
</style>
background-color css
<style>
a { background-color: #BCA7D4; }
a { background-color: rgb(188,167,212); }
div.DivClassName
{
background-color: #BCA7D4;
}
.BgClassName
{
background-color: #BCA7D4;
}
</style>
border-color css
<style>
span { border-color: #BCA7D4; }
span { border-color: rgb(188,167,212); }
td.TdClassName
{
border-color: #BCA7D4;
}
.TagClassName
{
border-color: #BCA7D4;
}
</style>