Shades of Perfume #BCA2ED
Tints of Perfume #BCA2ED
RGB
CMYK
RGB Variations
Color information
#BCA2ED (or 0xBCA2ED) is known color: Perfume. HEX triplet: BC, A2 and ED. RGB value is (188,162,237). Sum of RGB (Red+Green+Blue) = 188+162+237=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2ED is #435D12. Grayscale: #B2B2B2. Windows color (decimal): -4414739 or 15573692. OLE color: 15573692.
HSL color Cylindrical-coordinate representation of color #BCA2ED: hue angle of 260.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA2ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 188 | 162 | 237 | - |
CMYK | 0.21 | 0.32 | 0 | 0.07 |
HSL | 260.8º | 0.68% | 0.78% | - |
HSV(B) | 260.8º | 0.32% | 0.93% | - |
XYZ | 48.95 | 42.65 | 85.77 | - |
YUV | 178.32 | 161.11 | 134.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 162 | 237 | 0.21 | 0.32 | 0 | 0.07 | 260.8 | 0.68 | 0.78 |
Hex | BC | A2 | ED | 15 | 20 | 0 | 7 | 105 | 44 | 4E |
Octal | 274 | 242 | 355 | 25 | 40 | 0 | 7 | 405 | 104 | 116 |
Binary | 10111100 | 10100010 | 11101101 | 10101 | 100000 | 0 | 111 | 100000101 | 1000100 | 1001110 |
Color Harmonies of #BCA2ED
Complementary color
Monochromatic Colors of #BCA2ED
Black with #BCA2ED
Text Example
Text Example
White with #BCA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2ED; }
p { color: rgb(188,162,237); }
H1.HeaderClassName
{
color: #BCA2ED;
}
.AnyTagClassName
{
color: #BCA2ED;
}
</style>
background-color css
<style>
a { background-color: #BCA2ED; }
a { background-color: rgb(188,162,237); }
div.DivClassName
{
background-color: #BCA2ED;
}
.BgClassName
{
background-color: #BCA2ED;
}
</style>
border-color css
<style>
span { border-color: #BCA2ED; }
span { border-color: rgb(188,162,237); }
td.TdClassName
{
border-color: #BCA2ED;
}
.TagClassName
{
border-color: #BCA2ED;
}
</style>