Shades of French Grey #B4ADBD
Tints of French Grey #B4ADBD
RGB
CMYK
RGB Variations
Color information
#B4ADBD (or 0xB4ADBD) is known color: French Grey. HEX triplet: B4, AD and BD. RGB value is (180,173,189). Sum of RGB (Red+Green+Blue) = 180+173+189=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADBD is #4B5242. Grayscale: #B0B0B0. Windows color (decimal): -4936259 or 12430772. OLE color: 12430772.
HSL color Cylindrical-coordinate representation of color #B4ADBD: hue angle of 266.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4ADBD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 173 | 189 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.26 |
| HSL | 266.25º | 0.11% | 0.71% | - |
| HSV(B) | 266.25º | 0.08% | 0.74% | - |
| XYZ | 42.95 | 43.26 | 54.23 | - |
| YUV | 176.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 189 | 0.05 | 0.08 | 0 | 0.26 | 266.25 | 0.11 | 0.71 |
| Hex | B4 | AD | BD | 5 | 8 | 0 | 1A | 10A | B | 47 |
| Octal | 264 | 255 | 275 | 5 | 10 | 0 | 32 | 412 | 13 | 107 |
| Binary | 10110100 | 10101101 | 10111101 | 101 | 1000 | 0 | 11010 | 100001010 | 1011 | 1000111 |
Color Harmonies of #B4ADBD
Complementary color
Monochromatic Colors of #B4ADBD
Black with #B4ADBD
Text Example
Text Example
White with #B4ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADBD; }
p { color: rgb(180,173,189); }
H1.HeaderClassName
{
color: #B4ADBD;
}
.AnyTagClassName
{
color: #B4ADBD;
}
</style>
background-color css
<style>
a { background-color: #B4ADBD; }
a { background-color: rgb(180,173,189); }
div.DivClassName
{
background-color: #B4ADBD;
}
.BgClassName
{
background-color: #B4ADBD;
}
</style>
border-color css
<style>
span { border-color: #B4ADBD; }
span { border-color: rgb(180,173,189); }
td.TdClassName
{
border-color: #B4ADBD;
}
.TagClassName
{
border-color: #B4ADBD;
}
</style>