Shades of Chatelle #B4A6B8
Tints of Chatelle #B4A6B8
RGB
CMYK
RGB Variations
Color information
#B4A6B8 (or 0xB4A6B8) is known color: Chatelle. HEX triplet: B4, A6 and B8. RGB value is (180,166,184). Sum of RGB (Red+Green+Blue) = 180+166+184=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 184 - color contains mainly: blue. Hex color #B4A6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6B8 is #4B5947. Grayscale: #ACACAC. Windows color (decimal): -4938056 or 12101300. OLE color: 12101300.
HSL color Cylindrical-coordinate representation of color #B4A6B8: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A6B8 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 166 | 184 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.28 |
| HSL | 286.67º | 0.11% | 0.69% | - |
| HSV(B) | 286.67º | 0.1% | 0.72% | - |
| XYZ | 41.11 | 40.44 | 50.99 | - |
| YUV | 172.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 184 | 0.02 | 0.10 | 0 | 0.28 | 286.67 | 0.11 | 0.69 |
| Hex | B4 | A6 | B8 | 2 | A | 0 | 1C | 11F | B | 45 |
| Octal | 264 | 246 | 270 | 2 | 12 | 0 | 34 | 437 | 13 | 105 |
| Binary | 10110100 | 10100110 | 10111000 | 10 | 1010 | 0 | 11100 | 100011111 | 1011 | 1000101 |
Color Harmonies of #B4A6B8
Complementary color
Monochromatic Colors of #B4A6B8
Black with #B4A6B8
Text Example
Text Example
White with #B4A6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A6B8; }
p { color: rgb(180,166,184); }
H1.HeaderClassName
{
color: #B4A6B8;
}
.AnyTagClassName
{
color: #B4A6B8;
}
</style>
background-color css
<style>
a { background-color: #B4A6B8; }
a { background-color: rgb(180,166,184); }
div.DivClassName
{
background-color: #B4A6B8;
}
.BgClassName
{
background-color: #B4A6B8;
}
</style>
border-color css
<style>
span { border-color: #B4A6B8; }
span { border-color: rgb(180,166,184); }
td.TdClassName
{
border-color: #B4A6B8;
}
.TagClassName
{
border-color: #B4A6B8;
}
</style>