Shades of Chatelle #BCABC5
Tints of Chatelle #BCABC5
RGB
CMYK
RGB Variations
Color information
#BCABC5 (or 0xBCABC5) is known color: Chatelle. HEX triplet: BC, AB and C5. RGB value is (188,171,197). Sum of RGB (Red+Green+Blue) = 188+171+197=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC5 is #43543A. Grayscale: #B2B2B2. Windows color (decimal): -4412475 or 12954556. OLE color: 12954556.
HSL color Cylindrical-coordinate representation of color #BCABC5: hue angle of 279.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCABC5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 171 | 197 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.23 |
| HSL | 279.23º | 0.18% | 0.72% | - |
| HSV(B) | 279.23º | 0.13% | 0.77% | - |
| XYZ | 45.38 | 43.85 | 58.9 | - |
| YUV | 179.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 197 | 0.05 | 0.13 | 0 | 0.23 | 279.23 | 0.18 | 0.72 |
| Hex | BC | AB | C5 | 5 | D | 0 | 17 | 117 | 12 | 48 |
| Octal | 274 | 253 | 305 | 5 | 15 | 0 | 27 | 427 | 22 | 110 |
| Binary | 10111100 | 10101011 | 11000101 | 101 | 1101 | 0 | 10111 | 100010111 | 10010 | 1001000 |
Color Harmonies of #BCABC5
Complementary color
Monochromatic Colors of #BCABC5
Black with #BCABC5
Text Example
Text Example
White with #BCABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABC5; }
p { color: rgb(188,171,197); }
H1.HeaderClassName
{
color: #BCABC5;
}
.AnyTagClassName
{
color: #BCABC5;
}
</style>
background-color css
<style>
a { background-color: #BCABC5; }
a { background-color: rgb(188,171,197); }
div.DivClassName
{
background-color: #BCABC5;
}
.BgClassName
{
background-color: #BCABC5;
}
</style>
border-color css
<style>
span { border-color: #BCABC5; }
span { border-color: rgb(188,171,197); }
td.TdClassName
{
border-color: #BCABC5;
}
.TagClassName
{
border-color: #BCABC5;
}
</style>