Shades of Chatelle #B8B3BB
Tints of Chatelle #B8B3BB
RGB
CMYK
RGB Variations
Color information
#B8B3BB (or 0xB8B3BB) is known color: Chatelle. HEX triplet: B8, B3 and BB. RGB value is (184,179,187). Sum of RGB (Red+Green+Blue) = 184+179+187=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8B3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B3BB is #474C44. Grayscale: #B5B5B5. Windows color (decimal): -4672581 or 12301240. OLE color: 12301240.
HSL color Cylindrical-coordinate representation of color #B8B3BB: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8B3BB is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 179 | 187 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.27 |
| HSL | 277.5º | 0.06% | 0.72% | - |
| HSV(B) | 277.5º | 0.04% | 0.73% | - |
| XYZ | 44.86 | 46.02 | 53.53 | - |
| YUV | 181.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 179 | 187 | 0.02 | 0.04 | 0 | 0.27 | 277.5 | 0.06 | 0.72 |
| Hex | B8 | B3 | BB | 2 | 4 | 0 | 1B | 116 | 6 | 48 |
| Octal | 270 | 263 | 273 | 2 | 4 | 0 | 33 | 426 | 6 | 110 |
| Binary | 10111000 | 10110011 | 10111011 | 10 | 100 | 0 | 11011 | 100010110 | 110 | 1001000 |
Color Harmonies of #B8B3BB
Complementary color
Monochromatic Colors of #B8B3BB
Black with #B8B3BB
Text Example
Text Example
White with #B8B3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B3BB; }
p { color: rgb(184,179,187); }
H1.HeaderClassName
{
color: #B8B3BB;
}
.AnyTagClassName
{
color: #B8B3BB;
}
</style>
background-color css
<style>
a { background-color: #B8B3BB; }
a { background-color: rgb(184,179,187); }
div.DivClassName
{
background-color: #B8B3BB;
}
.BgClassName
{
background-color: #B8B3BB;
}
</style>
border-color css
<style>
span { border-color: #B8B3BB; }
span { border-color: rgb(184,179,187); }
td.TdClassName
{
border-color: #B8B3BB;
}
.TagClassName
{
border-color: #B8B3BB;
}
</style>