Shades of Perfume #BCA2E2
Tints of Perfume #BCA2E2
RGB
CMYK
RGB Variations
Color information
#BCA2E2 (or 0xBCA2E2) is known color: Perfume. HEX triplet: BC, A2 and E2. RGB value is (188,162,226). Sum of RGB (Red+Green+Blue) = 188+162+226=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCA2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2E2 is #435D1D. Grayscale: #B0B0B0. Windows color (decimal): -4414750 or 14852796. OLE color: 14852796.
HSL color Cylindrical-coordinate representation of color #BCA2E2: hue angle of 264.38º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA2E2 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 162 | 226 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.11 |
| HSL | 264.38º | 0.52% | 0.76% | - |
| HSV(B) | 264.38º | 0.28% | 0.89% | - |
| XYZ | 47.39 | 42.02 | 77.57 | - |
| YUV | 177.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 226 | 0.17 | 0.28 | 0 | 0.11 | 264.38 | 0.52 | 0.76 |
| Hex | BC | A2 | E2 | 11 | 1C | 0 | B | 108 | 34 | 4C |
| Octal | 274 | 242 | 342 | 21 | 34 | 0 | 13 | 410 | 64 | 114 |
| Binary | 10111100 | 10100010 | 11100010 | 10001 | 11100 | 0 | 1011 | 100001000 | 110100 | 1001100 |
Color Harmonies of #BCA2E2
Complementary color
Monochromatic Colors of #BCA2E2
Black with #BCA2E2
Text Example
Text Example
White with #BCA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2E2; }
p { color: rgb(188,162,226); }
H1.HeaderClassName
{
color: #BCA2E2;
}
.AnyTagClassName
{
color: #BCA2E2;
}
</style>
background-color css
<style>
a { background-color: #BCA2E2; }
a { background-color: rgb(188,162,226); }
div.DivClassName
{
background-color: #BCA2E2;
}
.BgClassName
{
background-color: #BCA2E2;
}
</style>
border-color css
<style>
span { border-color: #BCA2E2; }
span { border-color: rgb(188,162,226); }
td.TdClassName
{
border-color: #BCA2E2;
}
.TagClassName
{
border-color: #BCA2E2;
}
</style>