Shades of French Grey #BBADC6
Tints of French Grey #BBADC6
RGB
CMYK
RGB Variations
Color information
#BBADC6 (or 0xBBADC6) is known color: French Grey. HEX triplet: BB, AD and C6. RGB value is (187,173,198). Sum of RGB (Red+Green+Blue) = 187+173+198=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC6 is #445239. Grayscale: #B3B3B3. Windows color (decimal): -4477498 or 13020603. OLE color: 13020603.
HSL color Cylindrical-coordinate representation of color #BBADC6: hue angle of 273.6º degrees, saturation: 0.18, 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 #BBADC6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 173 | 198 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.22 |
| HSL | 273.6º | 0.18% | 0.73% | - |
| HSV(B) | 273.6º | 0.13% | 0.78% | - |
| XYZ | 45.63 | 44.53 | 59.62 | - |
| YUV | 180.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 198 | 0.06 | 0.13 | 0 | 0.22 | 273.6 | 0.18 | 0.73 |
| Hex | BB | AD | C6 | 6 | D | 0 | 16 | 112 | 12 | 49 |
| Octal | 273 | 255 | 306 | 6 | 15 | 0 | 26 | 422 | 22 | 111 |
| Binary | 10111011 | 10101101 | 11000110 | 110 | 1101 | 0 | 10110 | 100010010 | 10010 | 1001001 |
Color Harmonies of #BBADC6
Complementary color
Monochromatic Colors of #BBADC6
Black with #BBADC6
Text Example
Text Example
White with #BBADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADC6; }
p { color: rgb(187,173,198); }
H1.HeaderClassName
{
color: #BBADC6;
}
.AnyTagClassName
{
color: #BBADC6;
}
</style>
background-color css
<style>
a { background-color: #BBADC6; }
a { background-color: rgb(187,173,198); }
div.DivClassName
{
background-color: #BBADC6;
}
.BgClassName
{
background-color: #BBADC6;
}
</style>
border-color css
<style>
span { border-color: #BBADC6; }
span { border-color: rgb(187,173,198); }
td.TdClassName
{
border-color: #BBADC6;
}
.TagClassName
{
border-color: #BBADC6;
}
</style>