Shades of Chatelle #BCB3C0
Tints of Chatelle #BCB3C0
RGB
CMYK
RGB Variations
Color information
#BCB3C0 (or 0xBCB3C0) is known color: Chatelle. HEX triplet: BC, B3 and C0. RGB value is (188,179,192). Sum of RGB (Red+Green+Blue) = 188+179+192=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3C0 is #434C3F. Grayscale: #B7B7B7. Windows color (decimal): -4410432 or 12628924. OLE color: 12628924.
HSL color Cylindrical-coordinate representation of color #BCB3C0: hue angle of 281.54º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB3C0 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 179 | 192 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.25 |
| HSL | 281.54º | 0.09% | 0.73% | - |
| HSV(B) | 281.54º | 0.07% | 0.75% | - |
| XYZ | 46.37 | 46.74 | 56.45 | - |
| YUV | 183.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 192 | 0.02 | 0.07 | 0 | 0.25 | 281.54 | 0.09 | 0.73 |
| Hex | BC | B3 | C0 | 2 | 7 | 0 | 19 | 11A | 9 | 49 |
| Octal | 274 | 263 | 300 | 2 | 7 | 0 | 31 | 432 | 11 | 111 |
| Binary | 10111100 | 10110011 | 11000000 | 10 | 111 | 0 | 11001 | 100011010 | 1001 | 1001001 |
Color Harmonies of #BCB3C0
Complementary color
Monochromatic Colors of #BCB3C0
Black with #BCB3C0
Text Example
Text Example
White with #BCB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3C0; }
p { color: rgb(188,179,192); }
H1.HeaderClassName
{
color: #BCB3C0;
}
.AnyTagClassName
{
color: #BCB3C0;
}
</style>
background-color css
<style>
a { background-color: #BCB3C0; }
a { background-color: rgb(188,179,192); }
div.DivClassName
{
background-color: #BCB3C0;
}
.BgClassName
{
background-color: #BCB3C0;
}
</style>
border-color css
<style>
span { border-color: #BCB3C0; }
span { border-color: rgb(188,179,192); }
td.TdClassName
{
border-color: #BCB3C0;
}
.TagClassName
{
border-color: #BCB3C0;
}
</style>