Shades of Perfume #BCA2CB
Tints of Perfume #BCA2CB
RGB
CMYK
RGB Variations
Color information
#BCA2CB (or 0xBCA2CB) is known color: Perfume. HEX triplet: BC, A2 and CB. RGB value is (188,162,203). Sum of RGB (Red+Green+Blue) = 188+162+203=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2CB is #435D34. Grayscale: #AEAEAE. Windows color (decimal): -4414773 or 13345468. OLE color: 13345468.
HSL color Cylindrical-coordinate representation of color #BCA2CB: hue angle of 278.05º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA2CB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 162 | 203 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.20 |
| HSL | 278.05º | 0.28% | 0.72% | - |
| HSV(B) | 278.05º | 0.2% | 0.8% | - |
| XYZ | 44.44 | 40.84 | 62.04 | - |
| YUV | 174.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 203 | 0.07 | 0.20 | 0 | 0.20 | 278.05 | 0.28 | 0.72 |
| Hex | BC | A2 | CB | 7 | 14 | 0 | 14 | 116 | 1C | 48 |
| Octal | 274 | 242 | 313 | 7 | 24 | 0 | 24 | 426 | 34 | 110 |
| Binary | 10111100 | 10100010 | 11001011 | 111 | 10100 | 0 | 10100 | 100010110 | 11100 | 1001000 |
Color Harmonies of #BCA2CB
Complementary color
Monochromatic Colors of #BCA2CB
Black with #BCA2CB
Text Example
Text Example
White with #BCA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2CB; }
p { color: rgb(188,162,203); }
H1.HeaderClassName
{
color: #BCA2CB;
}
.AnyTagClassName
{
color: #BCA2CB;
}
</style>
background-color css
<style>
a { background-color: #BCA2CB; }
a { background-color: rgb(188,162,203); }
div.DivClassName
{
background-color: #BCA2CB;
}
.BgClassName
{
background-color: #BCA2CB;
}
</style>
border-color css
<style>
span { border-color: #BCA2CB; }
span { border-color: rgb(188,162,203); }
td.TdClassName
{
border-color: #BCA2CB;
}
.TagClassName
{
border-color: #BCA2CB;
}
</style>