Shades of French Grey #BBAFC5
Tints of French Grey #BBAFC5
RGB
CMYK
RGB Variations
Color information
#BBAFC5 (or 0xBBAFC5) is known color: French Grey. HEX triplet: BB, AF and C5. RGB value is (187,175,197). Sum of RGB (Red+Green+Blue) = 187+175+197=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC5 is #44503A. Grayscale: #B5B5B5. Windows color (decimal): -4476987 or 12955579. OLE color: 12955579.
HSL color Cylindrical-coordinate representation of color #BBAFC5: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAFC5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 175 | 197 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.23 |
| HSL | 272.73º | 0.16% | 0.73% | - |
| HSV(B) | 272.73º | 0.11% | 0.77% | - |
| XYZ | 45.9 | 45.26 | 59.14 | - |
| YUV | 181.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 197 | 0.05 | 0.11 | 0 | 0.23 | 272.73 | 0.16 | 0.73 |
| Hex | BB | AF | C5 | 5 | B | 0 | 17 | 111 | 10 | 49 |
| Octal | 273 | 257 | 305 | 5 | 13 | 0 | 27 | 421 | 20 | 111 |
| Binary | 10111011 | 10101111 | 11000101 | 101 | 1011 | 0 | 10111 | 100010001 | 10000 | 1001001 |
Color Harmonies of #BBAFC5
Complementary color
Monochromatic Colors of #BBAFC5
Black with #BBAFC5
Text Example
Text Example
White with #BBAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFC5; }
p { color: rgb(187,175,197); }
H1.HeaderClassName
{
color: #BBAFC5;
}
.AnyTagClassName
{
color: #BBAFC5;
}
</style>
background-color css
<style>
a { background-color: #BBAFC5; }
a { background-color: rgb(187,175,197); }
div.DivClassName
{
background-color: #BBAFC5;
}
.BgClassName
{
background-color: #BBAFC5;
}
</style>
border-color css
<style>
span { border-color: #BBAFC5; }
span { border-color: rgb(187,175,197); }
td.TdClassName
{
border-color: #BBAFC5;
}
.TagClassName
{
border-color: #BBAFC5;
}
</style>