Shades of Chatelle #B6B4B7
Tints of Chatelle #B6B4B7
RGB
CMYK
RGB Variations
Color information
#B6B4B7 (or 0xB6B4B7) is known color: Chatelle. HEX triplet: B6, B4 and B7. RGB value is (182,180,183). Sum of RGB (Red+Green+Blue) = 182+180+183=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 183 - color contains mainly: blue. Hex color #B6B4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B4B7 is #494B48. Grayscale: #B4B4B4. Windows color (decimal): -4803401 or 12039350. OLE color: 12039350.
HSL color Cylindrical-coordinate representation of color #B6B4B7: hue angle of 280º degrees, saturation: 0.02, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6B4B7 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 182 | 180 | 183 | - |
CMYK | 0.01 | 0.02 | 0 | 0.28 |
HSL | 280º | 0.02% | 0.71% | - |
HSV(B) | 280º | 0.02% | 0.72% | - |
XYZ | 44.16 | 46.01 | 51.35 | - |
YUV | 180.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 180 | 183 | 0.01 | 0.02 | 0 | 0.28 | 280 | 0.02 | 0.71 |
Hex | B6 | B4 | B7 | 1 | 2 | 0 | 1C | 118 | 2 | 47 |
Octal | 266 | 264 | 267 | 1 | 2 | 0 | 34 | 430 | 2 | 107 |
Binary | 10110110 | 10110100 | 10110111 | 1 | 10 | 0 | 11100 | 100011000 | 10 | 1000111 |
Color Harmonies of #B6B4B7
Complementary color
Monochromatic Colors of #B6B4B7
Black with #B6B4B7
Text Example
Text Example
White with #B6B4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B4B7; }
p { color: rgb(182,180,183); }
H1.HeaderClassName
{
color: #B6B4B7;
}
.AnyTagClassName
{
color: #B6B4B7;
}
</style>
background-color css
<style>
a { background-color: #B6B4B7; }
a { background-color: rgb(182,180,183); }
div.DivClassName
{
background-color: #B6B4B7;
}
.BgClassName
{
background-color: #B6B4B7;
}
</style>
border-color css
<style>
span { border-color: #B6B4B7; }
span { border-color: rgb(182,180,183); }
td.TdClassName
{
border-color: #B6B4B7;
}
.TagClassName
{
border-color: #B6B4B7;
}
</style>