Shades of Chatelle #B8B0BC
Tints of Chatelle #B8B0BC
RGB
CMYK
RGB Variations
Color information
#B8B0BC (or 0xB8B0BC) is known color: Chatelle. HEX triplet: B8, B0 and BC. RGB value is (184,176,188). Sum of RGB (Red+Green+Blue) = 184+176+188=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0BC is #474F43. Grayscale: #B3B3B3. Windows color (decimal): -4673348 or 12366008. OLE color: 12366008.
HSL color Cylindrical-coordinate representation of color #B8B0BC: hue angle of 280º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8B0BC is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 176 | 188 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.26 |
| HSL | 280º | 0.08% | 0.71% | - |
| HSV(B) | 280º | 0.06% | 0.74% | - |
| XYZ | 44.37 | 44.87 | 53.9 | - |
| YUV | 179.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 188 | 0.02 | 0.06 | 0 | 0.26 | 280 | 0.08 | 0.71 |
| Hex | B8 | B0 | BC | 2 | 6 | 0 | 1A | 118 | 8 | 47 |
| Octal | 270 | 260 | 274 | 2 | 6 | 0 | 32 | 430 | 10 | 107 |
| Binary | 10111000 | 10110000 | 10111100 | 10 | 110 | 0 | 11010 | 100011000 | 1000 | 1000111 |
Color Harmonies of #B8B0BC
Complementary color
Monochromatic Colors of #B8B0BC
Black with #B8B0BC
Text Example
Text Example
White with #B8B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0BC; }
p { color: rgb(184,176,188); }
H1.HeaderClassName
{
color: #B8B0BC;
}
.AnyTagClassName
{
color: #B8B0BC;
}
</style>
background-color css
<style>
a { background-color: #B8B0BC; }
a { background-color: rgb(184,176,188); }
div.DivClassName
{
background-color: #B8B0BC;
}
.BgClassName
{
background-color: #B8B0BC;
}
</style>
border-color css
<style>
span { border-color: #B8B0BC; }
span { border-color: rgb(184,176,188); }
td.TdClassName
{
border-color: #B8B0BC;
}
.TagClassName
{
border-color: #B8B0BC;
}
</style>