Shades of French Grey #C3BEC5
Tints of French Grey #C3BEC5
RGB
CMYK
RGB Variations
Color information
#C3BEC5 (or 0xC3BEC5) is known color: French Grey. HEX triplet: C3, BE and C5. RGB value is (195,190,197). Sum of RGB (Red+Green+Blue) = 195+190+197=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3BEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEC5 is #3C413A. Grayscale: #C0C0C0. Windows color (decimal): -3948859 or 12959427. OLE color: 12959427.
HSL color Cylindrical-coordinate representation of color #C3BEC5: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BEC5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 195 | 190 | 197 | - |
CMYK | 0.01 | 0.04 | 0 | 0.23 |
HSL | 282.86º | 0.06% | 0.76% | - |
HSV(B) | 282.86º | 0.04% | 0.77% | - |
XYZ | 51 | 52.46 | 60.26 | - |
YUV | 192.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 190 | 197 | 0.01 | 0.04 | 0 | 0.23 | 282.86 | 0.06 | 0.76 |
Hex | C3 | BE | C5 | 1 | 4 | 0 | 17 | 11B | 6 | 4C |
Octal | 303 | 276 | 305 | 1 | 4 | 0 | 27 | 433 | 6 | 114 |
Binary | 11000011 | 10111110 | 11000101 | 1 | 100 | 0 | 10111 | 100011011 | 110 | 1001100 |
Color Harmonies of #C3BEC5
Complementary color
Monochromatic Colors of #C3BEC5
Black with #C3BEC5
Text Example
Text Example
White with #C3BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEC5; }
p { color: rgb(195,190,197); }
H1.HeaderClassName
{
color: #C3BEC5;
}
.AnyTagClassName
{
color: #C3BEC5;
}
</style>
background-color css
<style>
a { background-color: #C3BEC5; }
a { background-color: rgb(195,190,197); }
div.DivClassName
{
background-color: #C3BEC5;
}
.BgClassName
{
background-color: #C3BEC5;
}
</style>
border-color css
<style>
span { border-color: #C3BEC5; }
span { border-color: rgb(195,190,197); }
td.TdClassName
{
border-color: #C3BEC5;
}
.TagClassName
{
border-color: #C3BEC5;
}
</style>