Shades of Perfume #BCA4D3
Tints of Perfume #BCA4D3
RGB
CMYK
RGB Variations
Color information
#BCA4D3 (or 0xBCA4D3) is known color: Perfume. HEX triplet: BC, A4 and D3. RGB value is (188,164,211). Sum of RGB (Red+Green+Blue) = 188+164+211=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4D3 is #435B2C. Grayscale: #B0B0B0. Windows color (decimal): -4414253 or 13870268. OLE color: 13870268.
HSL color Cylindrical-coordinate representation of color #BCA4D3: hue angle of 270.64º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA4D3 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 164 | 211 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.17 |
| HSL | 270.64º | 0.35% | 0.74% | - |
| HSV(B) | 270.64º | 0.22% | 0.83% | - |
| XYZ | 45.77 | 41.95 | 67.31 | - |
| YUV | 176.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 211 | 0.11 | 0.22 | 0 | 0.17 | 270.64 | 0.35 | 0.74 |
| Hex | BC | A4 | D3 | B | 16 | 0 | 11 | 10F | 23 | 4A |
| Octal | 274 | 244 | 323 | 13 | 26 | 0 | 21 | 417 | 43 | 112 |
| Binary | 10111100 | 10100100 | 11010011 | 1011 | 10110 | 0 | 10001 | 100001111 | 100011 | 1001010 |
Color Harmonies of #BCA4D3
Complementary color
Monochromatic Colors of #BCA4D3
Black with #BCA4D3
Text Example
Text Example
White with #BCA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA4D3; }
p { color: rgb(188,164,211); }
H1.HeaderClassName
{
color: #BCA4D3;
}
.AnyTagClassName
{
color: #BCA4D3;
}
</style>
background-color css
<style>
a { background-color: #BCA4D3; }
a { background-color: rgb(188,164,211); }
div.DivClassName
{
background-color: #BCA4D3;
}
.BgClassName
{
background-color: #BCA4D3;
}
</style>
border-color css
<style>
span { border-color: #BCA4D3; }
span { border-color: rgb(188,164,211); }
td.TdClassName
{
border-color: #BCA4D3;
}
.TagClassName
{
border-color: #BCA4D3;
}
</style>