Shades of French Grey #B8ADC4
Tints of French Grey #B8ADC4
RGB
CMYK
RGB Variations
Color information
#B8ADC4 (or 0xB8ADC4) is known color: French Grey. HEX triplet: B8, AD and C4. RGB value is (184,173,196). Sum of RGB (Red+Green+Blue) = 184+173+196=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #B8ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADC4 is #47523B. Grayscale: #B2B2B2. Windows color (decimal): -4674108 or 12889528. OLE color: 12889528.
HSL color Cylindrical-coordinate representation of color #B8ADC4: hue angle of 268.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8ADC4 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 173 | 196 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.23 |
| HSL | 268.7º | 0.16% | 0.72% | - |
| HSV(B) | 268.7º | 0.12% | 0.77% | - |
| XYZ | 44.67 | 44.06 | 58.37 | - |
| YUV | 178.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 196 | 0.06 | 0.12 | 0 | 0.23 | 268.7 | 0.16 | 0.72 |
| Hex | B8 | AD | C4 | 6 | C | 0 | 17 | 10D | 10 | 48 |
| Octal | 270 | 255 | 304 | 6 | 14 | 0 | 27 | 415 | 20 | 110 |
| Binary | 10111000 | 10101101 | 11000100 | 110 | 1100 | 0 | 10111 | 100001101 | 10000 | 1001000 |
Color Harmonies of #B8ADC4
Complementary color
Monochromatic Colors of #B8ADC4
Black with #B8ADC4
Text Example
Text Example
White with #B8ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADC4; }
p { color: rgb(184,173,196); }
H1.HeaderClassName
{
color: #B8ADC4;
}
.AnyTagClassName
{
color: #B8ADC4;
}
</style>
background-color css
<style>
a { background-color: #B8ADC4; }
a { background-color: rgb(184,173,196); }
div.DivClassName
{
background-color: #B8ADC4;
}
.BgClassName
{
background-color: #B8ADC4;
}
</style>
border-color css
<style>
span { border-color: #B8ADC4; }
span { border-color: rgb(184,173,196); }
td.TdClassName
{
border-color: #B8ADC4;
}
.TagClassName
{
border-color: #B8ADC4;
}
</style>