Shades of Perfume #BCA2D8
Tints of Perfume #BCA2D8
RGB
CMYK
RGB Variations
Color information
#BCA2D8 (or 0xBCA2D8) is known color: Perfume. HEX triplet: BC, A2 and D8. RGB value is (188,162,216). Sum of RGB (Red+Green+Blue) = 188+162+216=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2D8 is #435D27. Grayscale: #AFAFAF. Windows color (decimal): -4414760 or 14197436. OLE color: 14197436.
HSL color Cylindrical-coordinate representation of color #BCA2D8: hue angle of 268.89º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA2D8 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 162 | 216 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.15 |
| HSL | 268.89º | 0.41% | 0.74% | - |
| HSV(B) | 268.89º | 0.25% | 0.85% | - |
| XYZ | 46.05 | 41.49 | 70.55 | - |
| YUV | 175.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 216 | 0.13 | 0.25 | 0 | 0.15 | 268.89 | 0.41 | 0.74 |
| Hex | BC | A2 | D8 | D | 19 | 0 | F | 10D | 29 | 4A |
| Octal | 274 | 242 | 330 | 15 | 31 | 0 | 17 | 415 | 51 | 112 |
| Binary | 10111100 | 10100010 | 11011000 | 1101 | 11001 | 0 | 1111 | 100001101 | 101001 | 1001010 |
Color Harmonies of #BCA2D8
Complementary color
Monochromatic Colors of #BCA2D8
Black with #BCA2D8
Text Example
Text Example
White with #BCA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2D8; }
p { color: rgb(188,162,216); }
H1.HeaderClassName
{
color: #BCA2D8;
}
.AnyTagClassName
{
color: #BCA2D8;
}
</style>
background-color css
<style>
a { background-color: #BCA2D8; }
a { background-color: rgb(188,162,216); }
div.DivClassName
{
background-color: #BCA2D8;
}
.BgClassName
{
background-color: #BCA2D8;
}
</style>
border-color css
<style>
span { border-color: #BCA2D8; }
span { border-color: rgb(188,162,216); }
td.TdClassName
{
border-color: #BCA2D8;
}
.TagClassName
{
border-color: #BCA2D8;
}
</style>