Shades of French Grey #B8B0C2
Tints of French Grey #B8B0C2
RGB
CMYK
RGB Variations
Color information
#B8B0C2 (or 0xB8B0C2) is known color: French Grey. HEX triplet: B8, B0 and C2. RGB value is (184,176,194). Sum of RGB (Red+Green+Blue) = 184+176+194=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0C2 is #474F3D. Grayscale: #B4B4B4. Windows color (decimal): -4673342 or 12759224. OLE color: 12759224.
HSL color Cylindrical-coordinate representation of color #B8B0C2: hue angle of 266.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8B0C2 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 176 | 194 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.24 |
| HSL | 266.67º | 0.13% | 0.73% | - |
| HSV(B) | 266.67º | 0.09% | 0.76% | - |
| XYZ | 45.03 | 45.14 | 57.38 | - |
| YUV | 180.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 194 | 0.05 | 0.09 | 0 | 0.24 | 266.67 | 0.13 | 0.73 |
| Hex | B8 | B0 | C2 | 5 | 9 | 0 | 18 | 10B | D | 49 |
| Octal | 270 | 260 | 302 | 5 | 11 | 0 | 30 | 413 | 15 | 111 |
| Binary | 10111000 | 10110000 | 11000010 | 101 | 1001 | 0 | 11000 | 100001011 | 1101 | 1001001 |
Color Harmonies of #B8B0C2
Complementary color
Monochromatic Colors of #B8B0C2
Black with #B8B0C2
Text Example
Text Example
White with #B8B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0C2; }
p { color: rgb(184,176,194); }
H1.HeaderClassName
{
color: #B8B0C2;
}
.AnyTagClassName
{
color: #B8B0C2;
}
</style>
background-color css
<style>
a { background-color: #B8B0C2; }
a { background-color: rgb(184,176,194); }
div.DivClassName
{
background-color: #B8B0C2;
}
.BgClassName
{
background-color: #B8B0C2;
}
</style>
border-color css
<style>
span { border-color: #B8B0C2; }
span { border-color: rgb(184,176,194); }
td.TdClassName
{
border-color: #B8B0C2;
}
.TagClassName
{
border-color: #B8B0C2;
}
</style>