Shades of Chatelle #B4A8B7
Tints of Chatelle #B4A8B7
RGB
CMYK
RGB Variations
Color information
#B4A8B7 (or 0xB4A8B7) is known color: Chatelle. HEX triplet: B4, A8 and B7. RGB value is (180,168,183). Sum of RGB (Red+Green+Blue) = 180+168+183=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 183 - color contains mainly: blue. Hex color #B4A8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8B7 is #4B5748. Grayscale: #ADADAD. Windows color (decimal): -4937545 or 12036276. OLE color: 12036276.
HSL color Cylindrical-coordinate representation of color #B4A8B7: hue angle of 288º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4A8B7 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 168 | 183 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.28 |
| HSL | 288º | 0.09% | 0.69% | - |
| HSV(B) | 288º | 0.08% | 0.72% | - |
| XYZ | 41.37 | 41.13 | 50.56 | - |
| YUV | 173.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 183 | 0.02 | 0.08 | 0 | 0.28 | 288 | 0.09 | 0.69 |
| Hex | B4 | A8 | B7 | 2 | 8 | 0 | 1C | 120 | 9 | 45 |
| Octal | 264 | 250 | 267 | 2 | 10 | 0 | 34 | 440 | 11 | 105 |
| Binary | 10110100 | 10101000 | 10110111 | 10 | 1000 | 0 | 11100 | 100100000 | 1001 | 1000101 |
Color Harmonies of #B4A8B7
Complementary color
Monochromatic Colors of #B4A8B7
Black with #B4A8B7
Text Example
Text Example
White with #B4A8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8B7; }
p { color: rgb(180,168,183); }
H1.HeaderClassName
{
color: #B4A8B7;
}
.AnyTagClassName
{
color: #B4A8B7;
}
</style>
background-color css
<style>
a { background-color: #B4A8B7; }
a { background-color: rgb(180,168,183); }
div.DivClassName
{
background-color: #B4A8B7;
}
.BgClassName
{
background-color: #B4A8B7;
}
</style>
border-color css
<style>
span { border-color: #B4A8B7; }
span { border-color: rgb(180,168,183); }
td.TdClassName
{
border-color: #B4A8B7;
}
.TagClassName
{
border-color: #B4A8B7;
}
</style>