Shades of French Grey #B0ADB6
Tints of French Grey #B0ADB6
RGB
CMYK
RGB Variations
Color information
#B0ADB6 (or 0xB0ADB6) is known color: French Grey. HEX triplet: B0, AD and B6. RGB value is (176,173,182). Sum of RGB (Red+Green+Blue) = 176+173+182=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 182 - color contains mainly: blue. Hex color #B0ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB6 is #4F5249. Grayscale: #AEAEAE. Windows color (decimal): -5198410 or 11972016. OLE color: 11972016.
HSL color Cylindrical-coordinate representation of color #B0ADB6: hue angle of 260º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0ADB6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 176 | 173 | 182 | - |
CMYK | 0.03 | 0.05 | 0 | 0.29 |
HSL | 260º | 0.06% | 0.7% | - |
HSV(B) | 260º | 0.05% | 0.71% | - |
XYZ | 41.29 | 42.49 | 50.28 | - |
YUV | 174.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 173 | 182 | 0.03 | 0.05 | 0 | 0.29 | 260 | 0.06 | 0.7 |
Hex | B0 | AD | B6 | 3 | 5 | 0 | 1D | 104 | 6 | 46 |
Octal | 260 | 255 | 266 | 3 | 5 | 0 | 35 | 404 | 6 | 106 |
Binary | 10110000 | 10101101 | 10110110 | 11 | 101 | 0 | 11101 | 100000100 | 110 | 1000110 |
Color Harmonies of #B0ADB6
Complementary color
Monochromatic Colors of #B0ADB6
Black with #B0ADB6
Text Example
Text Example
White with #B0ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADB6; }
p { color: rgb(176,173,182); }
H1.HeaderClassName
{
color: #B0ADB6;
}
.AnyTagClassName
{
color: #B0ADB6;
}
</style>
background-color css
<style>
a { background-color: #B0ADB6; }
a { background-color: rgb(176,173,182); }
div.DivClassName
{
background-color: #B0ADB6;
}
.BgClassName
{
background-color: #B0ADB6;
}
</style>
border-color css
<style>
span { border-color: #B0ADB6; }
span { border-color: rgb(176,173,182); }
td.TdClassName
{
border-color: #B0ADB6;
}
.TagClassName
{
border-color: #B0ADB6;
}
</style>