Shades of Chatelle #B4A8BB
Tints of Chatelle #B4A8BB
RGB
CMYK
RGB Variations
Color information
#B4A8BB (or 0xB4A8BB) is known color: Chatelle. HEX triplet: B4, A8 and BB. RGB value is (180,168,187). Sum of RGB (Red+Green+Blue) = 180+168+187=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4A8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8BB is #4B5744. Grayscale: #ADADAD. Windows color (decimal): -4937541 or 12298420. OLE color: 12298420.
HSL color Cylindrical-coordinate representation of color #B4A8BB: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A8BB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 168 | 187 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.27 |
| HSL | 277.89º | 0.12% | 0.7% | - |
| HSV(B) | 277.89º | 0.1% | 0.73% | - |
| XYZ | 41.79 | 41.3 | 52.78 | - |
| YUV | 173.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 187 | 0.04 | 0.10 | 0 | 0.27 | 277.89 | 0.12 | 0.7 |
| Hex | B4 | A8 | BB | 4 | A | 0 | 1B | 116 | C | 46 |
| Octal | 264 | 250 | 273 | 4 | 12 | 0 | 33 | 426 | 14 | 106 |
| Binary | 10110100 | 10101000 | 10111011 | 100 | 1010 | 0 | 11011 | 100010110 | 1100 | 1000110 |
Color Harmonies of #B4A8BB
Complementary color
Monochromatic Colors of #B4A8BB
Black with #B4A8BB
Text Example
Text Example
White with #B4A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8BB; }
p { color: rgb(180,168,187); }
H1.HeaderClassName
{
color: #B4A8BB;
}
.AnyTagClassName
{
color: #B4A8BB;
}
</style>
background-color css
<style>
a { background-color: #B4A8BB; }
a { background-color: rgb(180,168,187); }
div.DivClassName
{
background-color: #B4A8BB;
}
.BgClassName
{
background-color: #B4A8BB;
}
</style>
border-color css
<style>
span { border-color: #B4A8BB; }
span { border-color: rgb(180,168,187); }
td.TdClassName
{
border-color: #B4A8BB;
}
.TagClassName
{
border-color: #B4A8BB;
}
</style>