Shades of Perfume #BCA2EA
Tints of Perfume #BCA2EA
RGB
CMYK
RGB Variations
Color information
#BCA2EA (or 0xBCA2EA) is known color: Perfume. HEX triplet: BC, A2 and EA. RGB value is (188,162,234). Sum of RGB (Red+Green+Blue) = 188+162+234=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2EA is #435D15. Grayscale: #B1B1B1. Windows color (decimal): -4414742 or 15377084. OLE color: 15377084.
HSL color Cylindrical-coordinate representation of color #BCA2EA: hue angle of 261.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA2EA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 162 | 234 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.08 |
| HSL | 261.67º | 0.63% | 0.78% | - |
| HSV(B) | 261.67º | 0.31% | 0.92% | - |
| XYZ | 48.51 | 42.47 | 83.48 | - |
| YUV | 177.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 234 | 0.20 | 0.31 | 0 | 0.08 | 261.67 | 0.63 | 0.78 |
| Hex | BC | A2 | EA | 14 | 1F | 0 | 8 | 106 | 3F | 4E |
| Octal | 274 | 242 | 352 | 24 | 37 | 0 | 10 | 406 | 77 | 116 |
| Binary | 10111100 | 10100010 | 11101010 | 10100 | 11111 | 0 | 1000 | 100000110 | 111111 | 1001110 |
Color Harmonies of #BCA2EA
Complementary color
Monochromatic Colors of #BCA2EA
Black with #BCA2EA
Text Example
Text Example
White with #BCA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2EA; }
p { color: rgb(188,162,234); }
H1.HeaderClassName
{
color: #BCA2EA;
}
.AnyTagClassName
{
color: #BCA2EA;
}
</style>
background-color css
<style>
a { background-color: #BCA2EA; }
a { background-color: rgb(188,162,234); }
div.DivClassName
{
background-color: #BCA2EA;
}
.BgClassName
{
background-color: #BCA2EA;
}
</style>
border-color css
<style>
span { border-color: #BCA2EA; }
span { border-color: rgb(188,162,234); }
td.TdClassName
{
border-color: #BCA2EA;
}
.TagClassName
{
border-color: #BCA2EA;
}
</style>