Shades of French Grey #B9ADC7
Tints of French Grey #B9ADC7
RGB
CMYK
RGB Variations
Color information
#B9ADC7 (or 0xB9ADC7) is known color: French Grey. HEX triplet: B9, AD and C7. RGB value is (185,173,199). Sum of RGB (Red+Green+Blue) = 185+173+199=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #B9ADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC7 is #465238. Grayscale: #B3B3B3. Windows color (decimal): -4608569 or 13086137. OLE color: 13086137.
HSL color Cylindrical-coordinate representation of color #B9ADC7: hue angle of 267.69º degrees, saturation: 0.19, 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 #B9ADC7 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 185 | 173 | 199 | - |
CMYK | 0.07 | 0.13 | 0 | 0.22 |
HSL | 267.69º | 0.19% | 0.73% | - |
HSV(B) | 267.69º | 0.13% | 0.78% | - |
XYZ | 45.26 | 44.32 | 60.2 | - |
YUV | 179.55 | 138.98 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 173 | 199 | 0.07 | 0.13 | 0 | 0.22 | 267.69 | 0.19 | 0.73 |
Hex | B9 | AD | C7 | 7 | D | 0 | 16 | 10C | 13 | 49 |
Octal | 271 | 255 | 307 | 7 | 15 | 0 | 26 | 414 | 23 | 111 |
Binary | 10111001 | 10101101 | 11000111 | 111 | 1101 | 0 | 10110 | 100001100 | 10011 | 1001001 |
Color Harmonies of #B9ADC7
Complementary color
Monochromatic Colors of #B9ADC7
Black with #B9ADC7
Text Example
Text Example
White with #B9ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADC7; }
p { color: rgb(185,173,199); }
H1.HeaderClassName
{
color: #B9ADC7;
}
.AnyTagClassName
{
color: #B9ADC7;
}
</style>
background-color css
<style>
a { background-color: #B9ADC7; }
a { background-color: rgb(185,173,199); }
div.DivClassName
{
background-color: #B9ADC7;
}
.BgClassName
{
background-color: #B9ADC7;
}
</style>
border-color css
<style>
span { border-color: #B9ADC7; }
span { border-color: rgb(185,173,199); }
td.TdClassName
{
border-color: #B9ADC7;
}
.TagClassName
{
border-color: #B9ADC7;
}
</style>