Shades of French Grey #C3BECB
Tints of French Grey #C3BECB
RGB
CMYK
RGB Variations
Color information
#C3BECB (or 0xC3BECB) is known color: French Grey. HEX triplet: C3, BE and CB. RGB value is (195,190,203). Sum of RGB (Red+Green+Blue) = 195+190+203=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BECB is #3C4134. Grayscale: #C0C0C0. Windows color (decimal): -3948853 or 13352643. OLE color: 13352643.
HSL color Cylindrical-coordinate representation of color #C3BECB: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BECB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 190 | 203 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.20 |
| HSL | 263.08º | 0.11% | 0.77% | - |
| HSV(B) | 263.08º | 0.06% | 0.8% | - |
| XYZ | 51.7 | 52.74 | 63.96 | - |
| YUV | 192.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 203 | 0.04 | 0.06 | 0 | 0.20 | 263.08 | 0.11 | 0.77 |
| Hex | C3 | BE | CB | 4 | 6 | 0 | 14 | 107 | B | 4D |
| Octal | 303 | 276 | 313 | 4 | 6 | 0 | 24 | 407 | 13 | 115 |
| Binary | 11000011 | 10111110 | 11001011 | 100 | 110 | 0 | 10100 | 100000111 | 1011 | 1001101 |
Color Harmonies of #C3BECB
Complementary color
Monochromatic Colors of #C3BECB
Black with #C3BECB
Text Example
Text Example
White with #C3BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BECB; }
p { color: rgb(195,190,203); }
H1.HeaderClassName
{
color: #C3BECB;
}
.AnyTagClassName
{
color: #C3BECB;
}
</style>
background-color css
<style>
a { background-color: #C3BECB; }
a { background-color: rgb(195,190,203); }
div.DivClassName
{
background-color: #C3BECB;
}
.BgClassName
{
background-color: #C3BECB;
}
</style>
border-color css
<style>
span { border-color: #C3BECB; }
span { border-color: rgb(195,190,203); }
td.TdClassName
{
border-color: #C3BECB;
}
.TagClassName
{
border-color: #C3BECB;
}
</style>