Shades of French Grey #C4BBCA
Tints of French Grey #C4BBCA
RGB
CMYK
RGB Variations
Color information
#C4BBCA (or 0xC4BBCA) is known color: French Grey. HEX triplet: C4, BB and CA. RGB value is (196,187,202). Sum of RGB (Red+Green+Blue) = 196+187+202=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBCA is #3B4435. Grayscale: #BFBFBF. Windows color (decimal): -3884086 or 13286340. OLE color: 13286340.
HSL color Cylindrical-coordinate representation of color #C4BBCA: hue angle of 276º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BBCA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 196 | 187 | 202 | - |
CMYK | 0.03 | 0.07 | 0 | 0.21 |
HSL | 276º | 0.12% | 0.76% | - |
HSV(B) | 276º | 0.07% | 0.79% | - |
XYZ | 51.2 | 51.54 | 63.13 | - |
YUV | 191.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 187 | 202 | 0.03 | 0.07 | 0 | 0.21 | 276 | 0.12 | 0.76 |
Hex | C4 | BB | CA | 3 | 7 | 0 | 15 | 114 | C | 4C |
Octal | 304 | 273 | 312 | 3 | 7 | 0 | 25 | 424 | 14 | 114 |
Binary | 11000100 | 10111011 | 11001010 | 11 | 111 | 0 | 10101 | 100010100 | 1100 | 1001100 |
Color Harmonies of #C4BBCA
Complementary color
Monochromatic Colors of #C4BBCA
Black with #C4BBCA
Text Example
Text Example
White with #C4BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBCA; }
p { color: rgb(196,187,202); }
H1.HeaderClassName
{
color: #C4BBCA;
}
.AnyTagClassName
{
color: #C4BBCA;
}
</style>
background-color css
<style>
a { background-color: #C4BBCA; }
a { background-color: rgb(196,187,202); }
div.DivClassName
{
background-color: #C4BBCA;
}
.BgClassName
{
background-color: #C4BBCA;
}
</style>
border-color css
<style>
span { border-color: #C4BBCA; }
span { border-color: rgb(196,187,202); }
td.TdClassName
{
border-color: #C4BBCA;
}
.TagClassName
{
border-color: #C4BBCA;
}
</style>