Shades of French Grey #B8ADC3
Tints of French Grey #B8ADC3
RGB
CMYK
RGB Variations
Color information
#B8ADC3 (or 0xB8ADC3) is known color: French Grey. HEX triplet: B8, AD and C3. RGB value is (184,173,195). Sum of RGB (Red+Green+Blue) = 184+173+195=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADC3 is #47523C. Grayscale: #B2B2B2. Windows color (decimal): -4674109 or 12823992. OLE color: 12823992.
HSL color Cylindrical-coordinate representation of color #B8ADC3: hue angle of 270º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8ADC3 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 173 | 195 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.24 |
| HSL | 270º | 0.15% | 0.72% | - |
| HSV(B) | 270º | 0.11% | 0.76% | - |
| XYZ | 44.56 | 44.02 | 57.78 | - |
| YUV | 178.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 195 | 0.06 | 0.11 | 0 | 0.24 | 270 | 0.15 | 0.72 |
| Hex | B8 | AD | C3 | 6 | B | 0 | 18 | 10E | F | 48 |
| Octal | 270 | 255 | 303 | 6 | 13 | 0 | 30 | 416 | 17 | 110 |
| Binary | 10111000 | 10101101 | 11000011 | 110 | 1011 | 0 | 11000 | 100001110 | 1111 | 1001000 |
Color Harmonies of #B8ADC3
Complementary color
Monochromatic Colors of #B8ADC3
Black with #B8ADC3
Text Example
Text Example
White with #B8ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADC3; }
p { color: rgb(184,173,195); }
H1.HeaderClassName
{
color: #B8ADC3;
}
.AnyTagClassName
{
color: #B8ADC3;
}
</style>
background-color css
<style>
a { background-color: #B8ADC3; }
a { background-color: rgb(184,173,195); }
div.DivClassName
{
background-color: #B8ADC3;
}
.BgClassName
{
background-color: #B8ADC3;
}
</style>
border-color css
<style>
span { border-color: #B8ADC3; }
span { border-color: rgb(184,173,195); }
td.TdClassName
{
border-color: #B8ADC3;
}
.TagClassName
{
border-color: #B8ADC3;
}
</style>