Shades of French Grey #BBADC9
Tints of French Grey #BBADC9
RGB
CMYK
RGB Variations
Color information
#BBADC9 (or 0xBBADC9) is known color: French Grey. HEX triplet: BB, AD and C9. RGB value is (187,173,201). Sum of RGB (Red+Green+Blue) = 187+173+201=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC9 is #445236. Grayscale: #B4B4B4. Windows color (decimal): -4477495 or 13217211. OLE color: 13217211.
HSL color Cylindrical-coordinate representation of color #BBADC9: hue angle of 270º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBADC9 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 173 | 201 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.21 |
| HSL | 270º | 0.21% | 0.73% | - |
| HSV(B) | 270º | 0.14% | 0.79% | - |
| XYZ | 45.98 | 44.67 | 61.46 | - |
| YUV | 180.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 201 | 0.07 | 0.14 | 0 | 0.21 | 270 | 0.21 | 0.73 |
| Hex | BB | AD | C9 | 7 | E | 0 | 15 | 10E | 15 | 49 |
| Octal | 273 | 255 | 311 | 7 | 16 | 0 | 25 | 416 | 25 | 111 |
| Binary | 10111011 | 10101101 | 11001001 | 111 | 1110 | 0 | 10101 | 100001110 | 10101 | 1001001 |
Color Harmonies of #BBADC9
Complementary color
Monochromatic Colors of #BBADC9
Black with #BBADC9
Text Example
Text Example
White with #BBADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADC9; }
p { color: rgb(187,173,201); }
H1.HeaderClassName
{
color: #BBADC9;
}
.AnyTagClassName
{
color: #BBADC9;
}
</style>
background-color css
<style>
a { background-color: #BBADC9; }
a { background-color: rgb(187,173,201); }
div.DivClassName
{
background-color: #BBADC9;
}
.BgClassName
{
background-color: #BBADC9;
}
</style>
border-color css
<style>
span { border-color: #BBADC9; }
span { border-color: rgb(187,173,201); }
td.TdClassName
{
border-color: #BBADC9;
}
.TagClassName
{
border-color: #BBADC9;
}
</style>