Shades of Chatelle #B7B4B9
Tints of Chatelle #B7B4B9
RGB
CMYK
RGB Variations
Color information
#B7B4B9 (or 0xB7B4B9) is known color: Chatelle. HEX triplet: B7, B4 and B9. RGB value is (183,180,185). Sum of RGB (Red+Green+Blue) = 183+180+185=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 185 - color contains mainly: blue. Hex color #B7B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4B9 is #484B46. Grayscale: #B5B5B5. Windows color (decimal): -4737863 or 12170423. OLE color: 12170423.
HSL color Cylindrical-coordinate representation of color #B7B4B9: hue angle of 276º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7B4B9 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 180 | 185 | - |
CMYK | 0.01 | 0.03 | 0 | 0.27 |
HSL | 276º | 0.03% | 0.72% | - |
HSV(B) | 276º | 0.03% | 0.73% | - |
XYZ | 44.61 | 46.21 | 52.47 | - |
YUV | 181.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 180 | 185 | 0.01 | 0.03 | 0 | 0.27 | 276 | 0.03 | 0.72 |
Hex | B7 | B4 | B9 | 1 | 3 | 0 | 1B | 114 | 3 | 48 |
Octal | 267 | 264 | 271 | 1 | 3 | 0 | 33 | 424 | 3 | 110 |
Binary | 10110111 | 10110100 | 10111001 | 1 | 11 | 0 | 11011 | 100010100 | 11 | 1001000 |
Color Harmonies of #B7B4B9
Complementary color
Monochromatic Colors of #B7B4B9
Black with #B7B4B9
Text Example
Text Example
White with #B7B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B4B9; }
p { color: rgb(183,180,185); }
H1.HeaderClassName
{
color: #B7B4B9;
}
.AnyTagClassName
{
color: #B7B4B9;
}
</style>
background-color css
<style>
a { background-color: #B7B4B9; }
a { background-color: rgb(183,180,185); }
div.DivClassName
{
background-color: #B7B4B9;
}
.BgClassName
{
background-color: #B7B4B9;
}
</style>
border-color css
<style>
span { border-color: #B7B4B9; }
span { border-color: rgb(183,180,185); }
td.TdClassName
{
border-color: #B7B4B9;
}
.TagClassName
{
border-color: #B7B4B9;
}
</style>