Shades of Chatelle #B7A8BC
Tints of Chatelle #B7A8BC
RGB
CMYK
RGB Variations
Color information
#B7A8BC (or 0xB7A8BC) is known color: Chatelle. HEX triplet: B7, A8 and BC. RGB value is (183,168,188). Sum of RGB (Red+Green+Blue) = 183+168+188=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8BC is #485743. Grayscale: #AEAEAE. Windows color (decimal): -4740932 or 12363959. OLE color: 12363959.
HSL color Cylindrical-coordinate representation of color #B7A8BC: hue angle of 285º degrees, saturation: 0.13, 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 #B7A8BC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 183 | 168 | 188 | - |
CMYK | 0.03 | 0.11 | 0 | 0.26 |
HSL | 285º | 0.13% | 0.7% | - |
HSV(B) | 285º | 0.11% | 0.74% | - |
XYZ | 42.61 | 41.7 | 53.38 | - |
YUV | 174.77 | 135.47 | 133.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 168 | 188 | 0.03 | 0.11 | 0 | 0.26 | 285 | 0.13 | 0.7 |
Hex | B7 | A8 | BC | 3 | B | 0 | 1A | 11D | D | 46 |
Octal | 267 | 250 | 274 | 3 | 13 | 0 | 32 | 435 | 15 | 106 |
Binary | 10110111 | 10101000 | 10111100 | 11 | 1011 | 0 | 11010 | 100011101 | 1101 | 1000110 |
Color Harmonies of #B7A8BC
Complementary color
Monochromatic Colors of #B7A8BC
Black with #B7A8BC
Text Example
Text Example
White with #B7A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8BC; }
p { color: rgb(183,168,188); }
H1.HeaderClassName
{
color: #B7A8BC;
}
.AnyTagClassName
{
color: #B7A8BC;
}
</style>
background-color css
<style>
a { background-color: #B7A8BC; }
a { background-color: rgb(183,168,188); }
div.DivClassName
{
background-color: #B7A8BC;
}
.BgClassName
{
background-color: #B7A8BC;
}
</style>
border-color css
<style>
span { border-color: #B7A8BC; }
span { border-color: rgb(183,168,188); }
td.TdClassName
{
border-color: #B7A8BC;
}
.TagClassName
{
border-color: #B7A8BC;
}
</style>