Shades of Chatelle #B8B2BC
Tints of Chatelle #B8B2BC
RGB
CMYK
RGB Variations
Color information
#B8B2BC (or 0xB8B2BC) is known color: Chatelle. HEX triplet: B8, B2 and BC. RGB value is (184,178,188). Sum of RGB (Red+Green+Blue) = 184+178+188=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2BC is #474D43. Grayscale: #B4B4B4. Windows color (decimal): -4672836 or 12366520. OLE color: 12366520.
HSL color Cylindrical-coordinate representation of color #B8B2BC: hue angle of 276º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8B2BC is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 178 | 188 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.26 |
| HSL | 276º | 0.07% | 0.72% | - |
| HSV(B) | 276º | 0.05% | 0.74% | - |
| XYZ | 44.76 | 45.66 | 54.03 | - |
| YUV | 180.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 188 | 0.02 | 0.05 | 0 | 0.26 | 276 | 0.07 | 0.72 |
| Hex | B8 | B2 | BC | 2 | 5 | 0 | 1A | 114 | 7 | 48 |
| Octal | 270 | 262 | 274 | 2 | 5 | 0 | 32 | 424 | 7 | 110 |
| Binary | 10111000 | 10110010 | 10111100 | 10 | 101 | 0 | 11010 | 100010100 | 111 | 1001000 |
Color Harmonies of #B8B2BC
Complementary color
Monochromatic Colors of #B8B2BC
Black with #B8B2BC
Text Example
Text Example
White with #B8B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2BC; }
p { color: rgb(184,178,188); }
H1.HeaderClassName
{
color: #B8B2BC;
}
.AnyTagClassName
{
color: #B8B2BC;
}
</style>
background-color css
<style>
a { background-color: #B8B2BC; }
a { background-color: rgb(184,178,188); }
div.DivClassName
{
background-color: #B8B2BC;
}
.BgClassName
{
background-color: #B8B2BC;
}
</style>
border-color css
<style>
span { border-color: #B8B2BC; }
span { border-color: rgb(184,178,188); }
td.TdClassName
{
border-color: #B8B2BC;
}
.TagClassName
{
border-color: #B8B2BC;
}
</style>