Shades of Chatelle #B4A8B9
Tints of Chatelle #B4A8B9
RGB
CMYK
RGB Variations
Color information
#B4A8B9 (or 0xB4A8B9) is known color: Chatelle. HEX triplet: B4, A8 and B9. RGB value is (180,168,185). Sum of RGB (Red+Green+Blue) = 180+168+185=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #B4A8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8B9 is #4B5746. Grayscale: #ADADAD. Windows color (decimal): -4937543 or 12167348. OLE color: 12167348.
HSL color Cylindrical-coordinate representation of color #B4A8B9: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A8B9 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 168 | 185 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.27 |
| HSL | 282.35º | 0.11% | 0.69% | - |
| HSV(B) | 282.35º | 0.09% | 0.73% | - |
| XYZ | 41.58 | 41.21 | 51.66 | - |
| YUV | 173.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 185 | 0.03 | 0.09 | 0 | 0.27 | 282.35 | 0.11 | 0.69 |
| Hex | B4 | A8 | B9 | 3 | 9 | 0 | 1B | 11A | B | 45 |
| Octal | 264 | 250 | 271 | 3 | 11 | 0 | 33 | 432 | 13 | 105 |
| Binary | 10110100 | 10101000 | 10111001 | 11 | 1001 | 0 | 11011 | 100011010 | 1011 | 1000101 |
Color Harmonies of #B4A8B9
Complementary color
Monochromatic Colors of #B4A8B9
Black with #B4A8B9
Text Example
Text Example
White with #B4A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8B9; }
p { color: rgb(180,168,185); }
H1.HeaderClassName
{
color: #B4A8B9;
}
.AnyTagClassName
{
color: #B4A8B9;
}
</style>
background-color css
<style>
a { background-color: #B4A8B9; }
a { background-color: rgb(180,168,185); }
div.DivClassName
{
background-color: #B4A8B9;
}
.BgClassName
{
background-color: #B4A8B9;
}
</style>
border-color css
<style>
span { border-color: #B4A8B9; }
span { border-color: rgb(180,168,185); }
td.TdClassName
{
border-color: #B4A8B9;
}
.TagClassName
{
border-color: #B4A8B9;
}
</style>