Shades of French Grey #BBAFC8
Tints of French Grey #BBAFC8
RGB
CMYK
RGB Variations
Color information
#BBAFC8 (or 0xBBAFC8) is known color: French Grey. HEX triplet: BB, AF and C8. RGB value is (187,175,200). Sum of RGB (Red+Green+Blue) = 187+175+200=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC8 is #445037. Grayscale: #B5B5B5. Windows color (decimal): -4476984 or 13152187. OLE color: 13152187.
HSL color Cylindrical-coordinate representation of color #BBAFC8: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAFC8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 175 | 200 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.22 |
| HSL | 268.8º | 0.19% | 0.74% | - |
| HSV(B) | 268.8º | 0.13% | 0.78% | - |
| XYZ | 46.25 | 45.39 | 60.97 | - |
| YUV | 181.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 200 | 0.06 | 0.12 | 0 | 0.22 | 268.8 | 0.19 | 0.74 |
| Hex | BB | AF | C8 | 6 | C | 0 | 16 | 10D | 13 | 4A |
| Octal | 273 | 257 | 310 | 6 | 14 | 0 | 26 | 415 | 23 | 112 |
| Binary | 10111011 | 10101111 | 11001000 | 110 | 1100 | 0 | 10110 | 100001101 | 10011 | 1001010 |
Color Harmonies of #BBAFC8
Complementary color
Monochromatic Colors of #BBAFC8
Black with #BBAFC8
Text Example
Text Example
White with #BBAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFC8; }
p { color: rgb(187,175,200); }
H1.HeaderClassName
{
color: #BBAFC8;
}
.AnyTagClassName
{
color: #BBAFC8;
}
</style>
background-color css
<style>
a { background-color: #BBAFC8; }
a { background-color: rgb(187,175,200); }
div.DivClassName
{
background-color: #BBAFC8;
}
.BgClassName
{
background-color: #BBAFC8;
}
</style>
border-color css
<style>
span { border-color: #BBAFC8; }
span { border-color: rgb(187,175,200); }
td.TdClassName
{
border-color: #BBAFC8;
}
.TagClassName
{
border-color: #BBAFC8;
}
</style>