Shades of French Grey #B9ADC4
Tints of French Grey #B9ADC4
RGB
CMYK
RGB Variations
Color information
#B9ADC4 (or 0xB9ADC4) is known color: French Grey. HEX triplet: B9, AD and C4. RGB value is (185,173,196). Sum of RGB (Red+Green+Blue) = 185+173+196=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #B9ADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC4 is #46523B. Grayscale: #B3B3B3. Windows color (decimal): -4608572 or 12889529. OLE color: 12889529.
HSL color Cylindrical-coordinate representation of color #B9ADC4: hue angle of 271.3º 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 #B9ADC4 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 173 | 196 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.23 |
| HSL | 271.3º | 0.16% | 0.72% | - |
| HSV(B) | 271.3º | 0.12% | 0.77% | - |
| XYZ | 44.91 | 44.19 | 58.39 | - |
| YUV | 179.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 196 | 0.06 | 0.12 | 0 | 0.23 | 271.3 | 0.16 | 0.72 |
| Hex | B9 | AD | C4 | 6 | C | 0 | 17 | 10F | 10 | 48 |
| Octal | 271 | 255 | 304 | 6 | 14 | 0 | 27 | 417 | 20 | 110 |
| Binary | 10111001 | 10101101 | 11000100 | 110 | 1100 | 0 | 10111 | 100001111 | 10000 | 1001000 |
Color Harmonies of #B9ADC4
Complementary color
Monochromatic Colors of #B9ADC4
Black with #B9ADC4
Text Example
Text Example
White with #B9ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADC4; }
p { color: rgb(185,173,196); }
H1.HeaderClassName
{
color: #B9ADC4;
}
.AnyTagClassName
{
color: #B9ADC4;
}
</style>
background-color css
<style>
a { background-color: #B9ADC4; }
a { background-color: rgb(185,173,196); }
div.DivClassName
{
background-color: #B9ADC4;
}
.BgClassName
{
background-color: #B9ADC4;
}
</style>
border-color css
<style>
span { border-color: #B9ADC4; }
span { border-color: rgb(185,173,196); }
td.TdClassName
{
border-color: #B9ADC4;
}
.TagClassName
{
border-color: #B9ADC4;
}
</style>