Shades of Perfume #BCA8DA
Tints of Perfume #BCA8DA
RGB
CMYK
RGB Variations
Color information
#BCA8DA (or 0xBCA8DA) is known color: Perfume. HEX triplet: BC, A8 and DA. RGB value is (188,168,218). Sum of RGB (Red+Green+Blue) = 188+168+218=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DA is #435725. Grayscale: #B3B3B3. Windows color (decimal): -4413222 or 14330044. OLE color: 14330044.
HSL color Cylindrical-coordinate representation of color #BCA8DA: hue angle of 264º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA8DA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 168 | 218 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.15 |
| HSL | 264º | 0.4% | 0.76% | - |
| HSV(B) | 264º | 0.23% | 0.85% | - |
| XYZ | 47.4 | 43.76 | 72.28 | - |
| YUV | 179.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 218 | 0.14 | 0.23 | 0 | 0.15 | 264 | 0.4 | 0.76 |
| Hex | BC | A8 | DA | E | 17 | 0 | F | 108 | 28 | 4C |
| Octal | 274 | 250 | 332 | 16 | 27 | 0 | 17 | 410 | 50 | 114 |
| Binary | 10111100 | 10101000 | 11011010 | 1110 | 10111 | 0 | 1111 | 100001000 | 101000 | 1001100 |
Color Harmonies of #BCA8DA
Complementary color
Monochromatic Colors of #BCA8DA
Black with #BCA8DA
Text Example
Text Example
White with #BCA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8DA; }
p { color: rgb(188,168,218); }
H1.HeaderClassName
{
color: #BCA8DA;
}
.AnyTagClassName
{
color: #BCA8DA;
}
</style>
background-color css
<style>
a { background-color: #BCA8DA; }
a { background-color: rgb(188,168,218); }
div.DivClassName
{
background-color: #BCA8DA;
}
.BgClassName
{
background-color: #BCA8DA;
}
</style>
border-color css
<style>
span { border-color: #BCA8DA; }
span { border-color: rgb(188,168,218); }
td.TdClassName
{
border-color: #BCA8DA;
}
.TagClassName
{
border-color: #BCA8DA;
}
</style>