Shades of French Grey #BCAFC9
Tints of French Grey #BCAFC9
RGB
CMYK
RGB Variations
Color information
#BCAFC9 (or 0xBCAFC9) is known color: French Grey. HEX triplet: BC, AF and C9. RGB value is (188,175,201). Sum of RGB (Red+Green+Blue) = 188+175+201=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC9 is #435036. Grayscale: #B5B5B5. Windows color (decimal): -4411447 or 13217724. OLE color: 13217724.
HSL color Cylindrical-coordinate representation of color #BCAFC9: hue angle of 270º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCAFC9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 175 | 201 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.21 |
| HSL | 270º | 0.19% | 0.74% | - |
| HSV(B) | 270º | 0.13% | 0.79% | - |
| XYZ | 46.61 | 45.57 | 61.6 | - |
| YUV | 181.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 201 | 0.06 | 0.13 | 0 | 0.21 | 270 | 0.19 | 0.74 |
| Hex | BC | AF | C9 | 6 | D | 0 | 15 | 10E | 13 | 4A |
| Octal | 274 | 257 | 311 | 6 | 15 | 0 | 25 | 416 | 23 | 112 |
| Binary | 10111100 | 10101111 | 11001001 | 110 | 1101 | 0 | 10101 | 100001110 | 10011 | 1001010 |
Color Harmonies of #BCAFC9
Complementary color
Monochromatic Colors of #BCAFC9
Black with #BCAFC9
Text Example
Text Example
White with #BCAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFC9; }
p { color: rgb(188,175,201); }
H1.HeaderClassName
{
color: #BCAFC9;
}
.AnyTagClassName
{
color: #BCAFC9;
}
</style>
background-color css
<style>
a { background-color: #BCAFC9; }
a { background-color: rgb(188,175,201); }
div.DivClassName
{
background-color: #BCAFC9;
}
.BgClassName
{
background-color: #BCAFC9;
}
</style>
border-color css
<style>
span { border-color: #BCAFC9; }
span { border-color: rgb(188,175,201); }
td.TdClassName
{
border-color: #BCAFC9;
}
.TagClassName
{
border-color: #BCAFC9;
}
</style>