Shades of Perfume #BCA8CD
Tints of Perfume #BCA8CD
RGB
CMYK
RGB Variations
Color information
#BCA8CD (or 0xBCA8CD) is known color: Perfume. HEX triplet: BC, A8 and CD. RGB value is (188,168,205). Sum of RGB (Red+Green+Blue) = 188+168+205=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CD is #435732. Grayscale: #B2B2B2. Windows color (decimal): -4413235 or 13478076. OLE color: 13478076.
HSL color Cylindrical-coordinate representation of color #BCA8CD: hue angle of 272.43º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA8CD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 188 | 168 | 205 | - |
CMYK | 0.08 | 0.18 | 0 | 0.20 |
HSL | 272.43º | 0.27% | 0.73% | - |
HSV(B) | 272.43º | 0.18% | 0.8% | - |
XYZ | 45.76 | 43.1 | 63.67 | - |
YUV | 178.2 | 143.13 | 134.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 168 | 205 | 0.08 | 0.18 | 0 | 0.20 | 272.43 | 0.27 | 0.73 |
Hex | BC | A8 | CD | 8 | 12 | 0 | 14 | 110 | 1B | 49 |
Octal | 274 | 250 | 315 | 10 | 22 | 0 | 24 | 420 | 33 | 111 |
Binary | 10111100 | 10101000 | 11001101 | 1000 | 10010 | 0 | 10100 | 100010000 | 11011 | 1001001 |
Color Harmonies of #BCA8CD
Complementary color
Monochromatic Colors of #BCA8CD
Black with #BCA8CD
Text Example
Text Example
White with #BCA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8CD; }
p { color: rgb(188,168,205); }
H1.HeaderClassName
{
color: #BCA8CD;
}
.AnyTagClassName
{
color: #BCA8CD;
}
</style>
background-color css
<style>
a { background-color: #BCA8CD; }
a { background-color: rgb(188,168,205); }
div.DivClassName
{
background-color: #BCA8CD;
}
.BgClassName
{
background-color: #BCA8CD;
}
</style>
border-color css
<style>
span { border-color: #BCA8CD; }
span { border-color: rgb(188,168,205); }
td.TdClassName
{
border-color: #BCA8CD;
}
.TagClassName
{
border-color: #BCA8CD;
}
</style>