Shades of Perfume #BCA2E3
Tints of Perfume #BCA2E3
RGB
CMYK
RGB Variations
Color information
#BCA2E3 (or 0xBCA2E3) is known color: Perfume. HEX triplet: BC, A2 and E3. RGB value is (188,162,227). Sum of RGB (Red+Green+Blue) = 188+162+227=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCA2E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2E3 is #435D1C. Grayscale: #B0B0B0. Windows color (decimal): -4414749 or 14918332. OLE color: 14918332.
HSL color Cylindrical-coordinate representation of color #BCA2E3: hue angle of 264º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA2E3 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 162 | 227 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.11 |
| HSL | 264º | 0.54% | 0.76% | - |
| HSV(B) | 264º | 0.29% | 0.89% | - |
| XYZ | 47.52 | 42.08 | 78.29 | - |
| YUV | 177.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 227 | 0.17 | 0.29 | 0 | 0.11 | 264 | 0.54 | 0.76 |
| Hex | BC | A2 | E3 | 11 | 1D | 0 | B | 108 | 36 | 4C |
| Octal | 274 | 242 | 343 | 21 | 35 | 0 | 13 | 410 | 66 | 114 |
| Binary | 10111100 | 10100010 | 11100011 | 10001 | 11101 | 0 | 1011 | 100001000 | 110110 | 1001100 |
Color Harmonies of #BCA2E3
Complementary color
Monochromatic Colors of #BCA2E3
Black with #BCA2E3
Text Example
Text Example
White with #BCA2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2E3; }
p { color: rgb(188,162,227); }
H1.HeaderClassName
{
color: #BCA2E3;
}
.AnyTagClassName
{
color: #BCA2E3;
}
</style>
background-color css
<style>
a { background-color: #BCA2E3; }
a { background-color: rgb(188,162,227); }
div.DivClassName
{
background-color: #BCA2E3;
}
.BgClassName
{
background-color: #BCA2E3;
}
</style>
border-color css
<style>
span { border-color: #BCA2E3; }
span { border-color: rgb(188,162,227); }
td.TdClassName
{
border-color: #BCA2E3;
}
.TagClassName
{
border-color: #BCA2E3;
}
</style>