Shades of Chatelle #B3A0BC
Tints of Chatelle #B3A0BC
RGB
CMYK
RGB Variations
Color information
#B3A0BC (or 0xB3A0BC) is known color: Chatelle. HEX triplet: B3, A0 and BC. RGB value is (179,160,188). Sum of RGB (Red+Green+Blue) = 179+160+188=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B3A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0BC is #4C5F43. Grayscale: #A8A8A8. Windows color (decimal): -5005124 or 12361907. OLE color: 12361907.
HSL color Cylindrical-coordinate representation of color #B3A0BC: hue angle of 280.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A0BC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 160 | 188 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.26 |
| HSL | 280.71º | 0.17% | 0.68% | - |
| HSV(B) | 280.71º | 0.15% | 0.74% | - |
| XYZ | 40.24 | 38.36 | 52.86 | - |
| YUV | 168.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 188 | 0.05 | 0.15 | 0 | 0.26 | 280.71 | 0.17 | 0.68 |
| Hex | B3 | A0 | BC | 5 | F | 0 | 1A | 119 | 11 | 44 |
| Octal | 263 | 240 | 274 | 5 | 17 | 0 | 32 | 431 | 21 | 104 |
| Binary | 10110011 | 10100000 | 10111100 | 101 | 1111 | 0 | 11010 | 100011001 | 10001 | 1000100 |
Color Harmonies of #B3A0BC
Complementary color
Monochromatic Colors of #B3A0BC
Black with #B3A0BC
Text Example
Text Example
White with #B3A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0BC; }
p { color: rgb(179,160,188); }
H1.HeaderClassName
{
color: #B3A0BC;
}
.AnyTagClassName
{
color: #B3A0BC;
}
</style>
background-color css
<style>
a { background-color: #B3A0BC; }
a { background-color: rgb(179,160,188); }
div.DivClassName
{
background-color: #B3A0BC;
}
.BgClassName
{
background-color: #B3A0BC;
}
</style>
border-color css
<style>
span { border-color: #B3A0BC; }
span { border-color: rgb(179,160,188); }
td.TdClassName
{
border-color: #B3A0BC;
}
.TagClassName
{
border-color: #B3A0BC;
}
</style>