Shades of Perfume #BCA2E5
Tints of Perfume #BCA2E5
RGB
CMYK
RGB Variations
Color information
#BCA2E5 (or 0xBCA2E5) is known color: Perfume. HEX triplet: BC, A2 and E5. RGB value is (188,162,229). Sum of RGB (Red+Green+Blue) = 188+162+229=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2E5 is #435D1A. Grayscale: #B1B1B1. Windows color (decimal): -4414747 or 15049404. OLE color: 15049404.
HSL color Cylindrical-coordinate representation of color #BCA2E5: hue angle of 263.28º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA2E5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 162 | 229 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.10 |
| HSL | 263.28º | 0.56% | 0.77% | - |
| HSV(B) | 263.28º | 0.29% | 0.9% | - |
| XYZ | 47.8 | 42.19 | 79.75 | - |
| YUV | 177.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 229 | 0.18 | 0.29 | 0 | 0.10 | 263.28 | 0.56 | 0.77 |
| Hex | BC | A2 | E5 | 12 | 1D | 0 | A | 107 | 38 | 4D |
| Octal | 274 | 242 | 345 | 22 | 35 | 0 | 12 | 407 | 70 | 115 |
| Binary | 10111100 | 10100010 | 11100101 | 10010 | 11101 | 0 | 1010 | 100000111 | 111000 | 1001101 |
Color Harmonies of #BCA2E5
Complementary color
Monochromatic Colors of #BCA2E5
Black with #BCA2E5
Text Example
Text Example
White with #BCA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2E5; }
p { color: rgb(188,162,229); }
H1.HeaderClassName
{
color: #BCA2E5;
}
.AnyTagClassName
{
color: #BCA2E5;
}
</style>
background-color css
<style>
a { background-color: #BCA2E5; }
a { background-color: rgb(188,162,229); }
div.DivClassName
{
background-color: #BCA2E5;
}
.BgClassName
{
background-color: #BCA2E5;
}
</style>
border-color css
<style>
span { border-color: #BCA2E5; }
span { border-color: rgb(188,162,229); }
td.TdClassName
{
border-color: #BCA2E5;
}
.TagClassName
{
border-color: #BCA2E5;
}
</style>