Shades of French Grey #BBAFC6
Tints of French Grey #BBAFC6
RGB
CMYK
RGB Variations
Color information
#BBAFC6 (or 0xBBAFC6) is known color: French Grey. HEX triplet: BB, AF and C6. RGB value is (187,175,198). Sum of RGB (Red+Green+Blue) = 187+175+198=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC6 is #445039. Grayscale: #B5B5B5. Windows color (decimal): -4476986 or 13021115. OLE color: 13021115.
HSL color Cylindrical-coordinate representation of color #BBAFC6: hue angle of 271.3º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAFC6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 175 | 198 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.22 |
| HSL | 271.3º | 0.17% | 0.73% | - |
| HSV(B) | 271.3º | 0.12% | 0.78% | - |
| XYZ | 46.02 | 45.3 | 59.74 | - |
| YUV | 181.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 198 | 0.06 | 0.12 | 0 | 0.22 | 271.3 | 0.17 | 0.73 |
| Hex | BB | AF | C6 | 6 | C | 0 | 16 | 10F | 11 | 49 |
| Octal | 273 | 257 | 306 | 6 | 14 | 0 | 26 | 417 | 21 | 111 |
| Binary | 10111011 | 10101111 | 11000110 | 110 | 1100 | 0 | 10110 | 100001111 | 10001 | 1001001 |
Color Harmonies of #BBAFC6
Complementary color
Monochromatic Colors of #BBAFC6
Black with #BBAFC6
Text Example
Text Example
White with #BBAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFC6; }
p { color: rgb(187,175,198); }
H1.HeaderClassName
{
color: #BBAFC6;
}
.AnyTagClassName
{
color: #BBAFC6;
}
</style>
background-color css
<style>
a { background-color: #BBAFC6; }
a { background-color: rgb(187,175,198); }
div.DivClassName
{
background-color: #BBAFC6;
}
.BgClassName
{
background-color: #BBAFC6;
}
</style>
border-color css
<style>
span { border-color: #BBAFC6; }
span { border-color: rgb(187,175,198); }
td.TdClassName
{
border-color: #BBAFC6;
}
.TagClassName
{
border-color: #BBAFC6;
}
</style>