Shades of Chatelle #B2B0B3
Tints of Chatelle #B2B0B3
RGB
CMYK
RGB Variations
Color information
#B2B0B3 (or 0xB2B0B3) is known color: Chatelle. HEX triplet: B2, B0 and B3. RGB value is (178,176,179). Sum of RGB (Red+Green+Blue) = 178+176+179=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 179 - color contains mainly: blue. Hex color #B2B0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0B3 is #4D4F4C. Grayscale: #B0B0B0. Windows color (decimal): -5066573 or 11776178. OLE color: 11776178.
HSL color Cylindrical-coordinate representation of color #B2B0B3: hue angle of 280º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B2B0B3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 179 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.30 |
| HSL | 280º | 0.02% | 0.7% | - |
| HSV(B) | 280º | 0.02% | 0.7% | - |
| XYZ | 42.02 | 43.77 | 48.88 | - |
| YUV | 176.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 179 | 0.01 | 0.02 | 0 | 0.30 | 280 | 0.02 | 0.7 |
| Hex | B2 | B0 | B3 | 1 | 2 | 0 | 1E | 118 | 2 | 46 |
| Octal | 262 | 260 | 263 | 1 | 2 | 0 | 36 | 430 | 2 | 106 |
| Binary | 10110010 | 10110000 | 10110011 | 1 | 10 | 0 | 11110 | 100011000 | 10 | 1000110 |
Color Harmonies of #B2B0B3
Complementary color
Monochromatic Colors of #B2B0B3
Black with #B2B0B3
Text Example
Text Example
White with #B2B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0B3; }
p { color: rgb(178,176,179); }
H1.HeaderClassName
{
color: #B2B0B3;
}
.AnyTagClassName
{
color: #B2B0B3;
}
</style>
background-color css
<style>
a { background-color: #B2B0B3; }
a { background-color: rgb(178,176,179); }
div.DivClassName
{
background-color: #B2B0B3;
}
.BgClassName
{
background-color: #B2B0B3;
}
</style>
border-color css
<style>
span { border-color: #B2B0B3; }
span { border-color: rgb(178,176,179); }
td.TdClassName
{
border-color: #B2B0B3;
}
.TagClassName
{
border-color: #B2B0B3;
}
</style>