Shades of French Grey #BCADC7
Tints of French Grey #BCADC7
RGB
CMYK
RGB Variations
Color information
#BCADC7 (or 0xBCADC7) is known color: French Grey. HEX triplet: BC, AD and C7. RGB value is (188,173,199). Sum of RGB (Red+Green+Blue) = 188+173+199=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC7 is #435238. Grayscale: #B4B4B4. Windows color (decimal): -4411961 or 13086140. OLE color: 13086140.
HSL color Cylindrical-coordinate representation of color #BCADC7: hue angle of 274.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCADC7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 173 | 199 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.22 |
| HSL | 274.62º | 0.19% | 0.73% | - |
| HSV(B) | 274.62º | 0.13% | 0.78% | - |
| XYZ | 45.99 | 44.7 | 60.24 | - |
| YUV | 180.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 199 | 0.06 | 0.13 | 0 | 0.22 | 274.62 | 0.19 | 0.73 |
| Hex | BC | AD | C7 | 6 | D | 0 | 16 | 113 | 13 | 49 |
| Octal | 274 | 255 | 307 | 6 | 15 | 0 | 26 | 423 | 23 | 111 |
| Binary | 10111100 | 10101101 | 11000111 | 110 | 1101 | 0 | 10110 | 100010011 | 10011 | 1001001 |
Color Harmonies of #BCADC7
Complementary color
Monochromatic Colors of #BCADC7
Black with #BCADC7
Text Example
Text Example
White with #BCADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADC7; }
p { color: rgb(188,173,199); }
H1.HeaderClassName
{
color: #BCADC7;
}
.AnyTagClassName
{
color: #BCADC7;
}
</style>
background-color css
<style>
a { background-color: #BCADC7; }
a { background-color: rgb(188,173,199); }
div.DivClassName
{
background-color: #BCADC7;
}
.BgClassName
{
background-color: #BCADC7;
}
</style>
border-color css
<style>
span { border-color: #BCADC7; }
span { border-color: rgb(188,173,199); }
td.TdClassName
{
border-color: #BCADC7;
}
.TagClassName
{
border-color: #BCADC7;
}
</style>