Shades of Perfume #BCA2D0
Tints of Perfume #BCA2D0
RGB
CMYK
RGB Variations
Color information
#BCA2D0 (or 0xBCA2D0) is known color: Perfume. HEX triplet: BC, A2 and D0. RGB value is (188,162,208). Sum of RGB (Red+Green+Blue) = 188+162+208=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2D0 is #435D2F. Grayscale: #AEAEAE. Windows color (decimal): -4414768 or 13673148. OLE color: 13673148.
HSL color Cylindrical-coordinate representation of color #BCA2D0: hue angle of 273.91º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA2D0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 162 | 208 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.18 |
| HSL | 273.91º | 0.33% | 0.73% | - |
| HSV(B) | 273.91º | 0.22% | 0.82% | - |
| XYZ | 45.04 | 41.09 | 65.23 | - |
| YUV | 175.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 208 | 0.10 | 0.22 | 0 | 0.18 | 273.91 | 0.33 | 0.73 |
| Hex | BC | A2 | D0 | A | 16 | 0 | 12 | 112 | 21 | 49 |
| Octal | 274 | 242 | 320 | 12 | 26 | 0 | 22 | 422 | 41 | 111 |
| Binary | 10111100 | 10100010 | 11010000 | 1010 | 10110 | 0 | 10010 | 100010010 | 100001 | 1001001 |
Color Harmonies of #BCA2D0
Complementary color
Monochromatic Colors of #BCA2D0
Black with #BCA2D0
Text Example
Text Example
White with #BCA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2D0; }
p { color: rgb(188,162,208); }
H1.HeaderClassName
{
color: #BCA2D0;
}
.AnyTagClassName
{
color: #BCA2D0;
}
</style>
background-color css
<style>
a { background-color: #BCA2D0; }
a { background-color: rgb(188,162,208); }
div.DivClassName
{
background-color: #BCA2D0;
}
.BgClassName
{
background-color: #BCA2D0;
}
</style>
border-color css
<style>
span { border-color: #BCA2D0; }
span { border-color: rgb(188,162,208); }
td.TdClassName
{
border-color: #BCA2D0;
}
.TagClassName
{
border-color: #BCA2D0;
}
</style>