Shades of Chatelle #B3A8BC
Tints of Chatelle #B3A8BC
RGB
CMYK
RGB Variations
Color information
#B3A8BC (or 0xB3A8BC) is known color: Chatelle. HEX triplet: B3, A8 and BC. RGB value is (179,168,188). Sum of RGB (Red+Green+Blue) = 179+168+188=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #B3A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8BC is #4C5743. Grayscale: #ADADAD. Windows color (decimal): -5003076 or 12363955. OLE color: 12363955.
HSL color Cylindrical-coordinate representation of color #B3A8BC: hue angle of 273º 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 #B3A8BC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 168 | 188 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.26 |
| HSL | 273º | 0.13% | 0.7% | - |
| HSV(B) | 273º | 0.11% | 0.74% | - |
| XYZ | 41.67 | 41.22 | 53.34 | - |
| YUV | 173.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 188 | 0.05 | 0.11 | 0 | 0.26 | 273 | 0.13 | 0.7 |
| Hex | B3 | A8 | BC | 5 | B | 0 | 1A | 111 | D | 46 |
| Octal | 263 | 250 | 274 | 5 | 13 | 0 | 32 | 421 | 15 | 106 |
| Binary | 10110011 | 10101000 | 10111100 | 101 | 1011 | 0 | 11010 | 100010001 | 1101 | 1000110 |
Color Harmonies of #B3A8BC
Complementary color
Monochromatic Colors of #B3A8BC
Black with #B3A8BC
Text Example
Text Example
White with #B3A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8BC; }
p { color: rgb(179,168,188); }
H1.HeaderClassName
{
color: #B3A8BC;
}
.AnyTagClassName
{
color: #B3A8BC;
}
</style>
background-color css
<style>
a { background-color: #B3A8BC; }
a { background-color: rgb(179,168,188); }
div.DivClassName
{
background-color: #B3A8BC;
}
.BgClassName
{
background-color: #B3A8BC;
}
</style>
border-color css
<style>
span { border-color: #B3A8BC; }
span { border-color: rgb(179,168,188); }
td.TdClassName
{
border-color: #B3A8BC;
}
.TagClassName
{
border-color: #B3A8BC;
}
</style>