Shades of Perfume #BCA5CA
Tints of Perfume #BCA5CA
RGB
CMYK
RGB Variations
Color information
#BCA5CA (or 0xBCA5CA) is known color: Perfume. HEX triplet: BC, A5 and CA. RGB value is (188,165,202). Sum of RGB (Red+Green+Blue) = 188+165+202=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5CA is #435A35. Grayscale: #AFAFAF. Windows color (decimal): -4414006 or 13280700. OLE color: 13280700.
HSL color Cylindrical-coordinate representation of color #BCA5CA: hue angle of 277.3º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA5CA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 165 | 202 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.21 |
| HSL | 277.3º | 0.26% | 0.72% | - |
| HSV(B) | 277.3º | 0.18% | 0.79% | - |
| XYZ | 44.85 | 41.87 | 61.59 | - |
| YUV | 176.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 202 | 0.07 | 0.18 | 0 | 0.21 | 277.3 | 0.26 | 0.72 |
| Hex | BC | A5 | CA | 7 | 12 | 0 | 15 | 115 | 1A | 48 |
| Octal | 274 | 245 | 312 | 7 | 22 | 0 | 25 | 425 | 32 | 110 |
| Binary | 10111100 | 10100101 | 11001010 | 111 | 10010 | 0 | 10101 | 100010101 | 11010 | 1001000 |
Color Harmonies of #BCA5CA
Complementary color
Monochromatic Colors of #BCA5CA
Black with #BCA5CA
Text Example
Text Example
White with #BCA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5CA; }
p { color: rgb(188,165,202); }
H1.HeaderClassName
{
color: #BCA5CA;
}
.AnyTagClassName
{
color: #BCA5CA;
}
</style>
background-color css
<style>
a { background-color: #BCA5CA; }
a { background-color: rgb(188,165,202); }
div.DivClassName
{
background-color: #BCA5CA;
}
.BgClassName
{
background-color: #BCA5CA;
}
</style>
border-color css
<style>
span { border-color: #BCA5CA; }
span { border-color: rgb(188,165,202); }
td.TdClassName
{
border-color: #BCA5CA;
}
.TagClassName
{
border-color: #BCA5CA;
}
</style>