Shades of Perfume #BCA4E4
Tints of Perfume #BCA4E4
RGB
CMYK
RGB Variations
Color information
#BCA4E4 (or 0xBCA4E4) is known color: Perfume. HEX triplet: BC, A4 and E4. RGB value is (188,164,228). Sum of RGB (Red+Green+Blue) = 188+164+228=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCA4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4E4 is #435B1B. Grayscale: #B2B2B2. Windows color (decimal): -4414236 or 14984380. OLE color: 14984380.
HSL color Cylindrical-coordinate representation of color #BCA4E4: hue angle of 262.5º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA4E4 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 164 | 228 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.11 |
| HSL | 262.5º | 0.54% | 0.77% | - |
| HSV(B) | 262.5º | 0.28% | 0.89% | - |
| XYZ | 48.02 | 42.84 | 79.14 | - |
| YUV | 178.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 228 | 0.18 | 0.28 | 0 | 0.11 | 262.5 | 0.54 | 0.77 |
| Hex | BC | A4 | E4 | 12 | 1C | 0 | B | 106 | 36 | 4D |
| Octal | 274 | 244 | 344 | 22 | 34 | 0 | 13 | 406 | 66 | 115 |
| Binary | 10111100 | 10100100 | 11100100 | 10010 | 11100 | 0 | 1011 | 100000110 | 110110 | 1001101 |
Color Harmonies of #BCA4E4
Complementary color
Monochromatic Colors of #BCA4E4
Black with #BCA4E4
Text Example
Text Example
White with #BCA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA4E4; }
p { color: rgb(188,164,228); }
H1.HeaderClassName
{
color: #BCA4E4;
}
.AnyTagClassName
{
color: #BCA4E4;
}
</style>
background-color css
<style>
a { background-color: #BCA4E4; }
a { background-color: rgb(188,164,228); }
div.DivClassName
{
background-color: #BCA4E4;
}
.BgClassName
{
background-color: #BCA4E4;
}
</style>
border-color css
<style>
span { border-color: #BCA4E4; }
span { border-color: rgb(188,164,228); }
td.TdClassName
{
border-color: #BCA4E4;
}
.TagClassName
{
border-color: #BCA4E4;
}
</style>