Shades of French Grey #C5BDCB
Tints of French Grey #C5BDCB
RGB
CMYK
RGB Variations
Color information
#C5BDCB (or 0xC5BDCB) is known color: French Grey. HEX triplet: C5, BD and CB. RGB value is (197,189,203). Sum of RGB (Red+Green+Blue) = 197+189+203=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDCB is #3A4234. Grayscale: #C0C0C0. Windows color (decimal): -3818037 or 13352389. OLE color: 13352389.
HSL color Cylindrical-coordinate representation of color #C5BDCB: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BDCB is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 189 | 203 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.20 |
| HSL | 274.29º | 0.12% | 0.77% | - |
| HSV(B) | 274.29º | 0.07% | 0.8% | - |
| XYZ | 52 | 52.58 | 63.91 | - |
| YUV | 192.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 203 | 0.03 | 0.07 | 0 | 0.20 | 274.29 | 0.12 | 0.77 |
| Hex | C5 | BD | CB | 3 | 7 | 0 | 14 | 112 | C | 4D |
| Octal | 305 | 275 | 313 | 3 | 7 | 0 | 24 | 422 | 14 | 115 |
| Binary | 11000101 | 10111101 | 11001011 | 11 | 111 | 0 | 10100 | 100010010 | 1100 | 1001101 |
Color Harmonies of #C5BDCB
Complementary color
Monochromatic Colors of #C5BDCB
Black with #C5BDCB
Text Example
Text Example
White with #C5BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDCB; }
p { color: rgb(197,189,203); }
H1.HeaderClassName
{
color: #C5BDCB;
}
.AnyTagClassName
{
color: #C5BDCB;
}
</style>
background-color css
<style>
a { background-color: #C5BDCB; }
a { background-color: rgb(197,189,203); }
div.DivClassName
{
background-color: #C5BDCB;
}
.BgClassName
{
background-color: #C5BDCB;
}
</style>
border-color css
<style>
span { border-color: #C5BDCB; }
span { border-color: rgb(197,189,203); }
td.TdClassName
{
border-color: #C5BDCB;
}
.TagClassName
{
border-color: #C5BDCB;
}
</style>