Shades of Chatelle #B7A7BC
Tints of Chatelle #B7A7BC
RGB
CMYK
RGB Variations
Color information
#B7A7BC (or 0xB7A7BC) is known color: Chatelle. HEX triplet: B7, A7 and BC. RGB value is (183,167,188). Sum of RGB (Red+Green+Blue) = 183+167+188=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7BC is #485843. Grayscale: #AEAEAE. Windows color (decimal): -4741188 or 12363703. OLE color: 12363703.
HSL color Cylindrical-coordinate representation of color #B7A7BC: hue angle of 285.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7A7BC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 167 | 188 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.26 |
| HSL | 285.71º | 0.14% | 0.7% | - |
| HSV(B) | 285.71º | 0.11% | 0.74% | - |
| XYZ | 42.42 | 41.34 | 53.32 | - |
| YUV | 174.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 188 | 0.03 | 0.11 | 0 | 0.26 | 285.71 | 0.14 | 0.7 |
| Hex | B7 | A7 | BC | 3 | B | 0 | 1A | 11E | E | 46 |
| Octal | 267 | 247 | 274 | 3 | 13 | 0 | 32 | 436 | 16 | 106 |
| Binary | 10110111 | 10100111 | 10111100 | 11 | 1011 | 0 | 11010 | 100011110 | 1110 | 1000110 |
Color Harmonies of #B7A7BC
Complementary color
Monochromatic Colors of #B7A7BC
Black with #B7A7BC
Text Example
Text Example
White with #B7A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A7BC; }
p { color: rgb(183,167,188); }
H1.HeaderClassName
{
color: #B7A7BC;
}
.AnyTagClassName
{
color: #B7A7BC;
}
</style>
background-color css
<style>
a { background-color: #B7A7BC; }
a { background-color: rgb(183,167,188); }
div.DivClassName
{
background-color: #B7A7BC;
}
.BgClassName
{
background-color: #B7A7BC;
}
</style>
border-color css
<style>
span { border-color: #B7A7BC; }
span { border-color: rgb(183,167,188); }
td.TdClassName
{
border-color: #B7A7BC;
}
.TagClassName
{
border-color: #B7A7BC;
}
</style>