Shades of French Grey #B8ADC6
Tints of French Grey #B8ADC6
RGB
CMYK
RGB Variations
Color information
#B8ADC6 (or 0xB8ADC6) is known color: French Grey. HEX triplet: B8, AD and C6. RGB value is (184,173,198). Sum of RGB (Red+Green+Blue) = 184+173+198=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADC6 is #475239. Grayscale: #B3B3B3. Windows color (decimal): -4674106 or 13020600. OLE color: 13020600.
HSL color Cylindrical-coordinate representation of color #B8ADC6: hue angle of 266.4º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8ADC6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 173 | 198 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.22 |
| HSL | 266.4º | 0.18% | 0.73% | - |
| HSV(B) | 266.4º | 0.13% | 0.78% | - |
| XYZ | 44.9 | 44.15 | 59.58 | - |
| YUV | 179.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 198 | 0.07 | 0.13 | 0 | 0.22 | 266.4 | 0.18 | 0.73 |
| Hex | B8 | AD | C6 | 7 | D | 0 | 16 | 10A | 12 | 49 |
| Octal | 270 | 255 | 306 | 7 | 15 | 0 | 26 | 412 | 22 | 111 |
| Binary | 10111000 | 10101101 | 11000110 | 111 | 1101 | 0 | 10110 | 100001010 | 10010 | 1001001 |
Color Harmonies of #B8ADC6
Complementary color
Monochromatic Colors of #B8ADC6
Black with #B8ADC6
Text Example
Text Example
White with #B8ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADC6; }
p { color: rgb(184,173,198); }
H1.HeaderClassName
{
color: #B8ADC6;
}
.AnyTagClassName
{
color: #B8ADC6;
}
</style>
background-color css
<style>
a { background-color: #B8ADC6; }
a { background-color: rgb(184,173,198); }
div.DivClassName
{
background-color: #B8ADC6;
}
.BgClassName
{
background-color: #B8ADC6;
}
</style>
border-color css
<style>
span { border-color: #B8ADC6; }
span { border-color: rgb(184,173,198); }
td.TdClassName
{
border-color: #B8ADC6;
}
.TagClassName
{
border-color: #B8ADC6;
}
</style>