Shades of French Grey #C6BCD0
Tints of French Grey #C6BCD0
RGB
CMYK
RGB Variations
Color information
#C6BCD0 (or 0xC6BCD0) is known color: French Grey. HEX triplet: C6, BC and D0. RGB value is (198,188,208). Sum of RGB (Red+Green+Blue) = 198+188+208=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCD0 is #39432F. Grayscale: #C1C1C1. Windows color (decimal): -3752752 or 13679814. OLE color: 13679814.
HSL color Cylindrical-coordinate representation of color #C6BCD0: hue angle of 270º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BCD0 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 198 | 188 | 208 | - |
CMYK | 0.05 | 0.10 | 0 | 0.18 |
HSL | 270º | 0.18% | 0.78% | - |
HSV(B) | 270º | 0.1% | 0.82% | - |
XYZ | 52.66 | 52.53 | 67.04 | - |
YUV | 193.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 188 | 208 | 0.05 | 0.10 | 0 | 0.18 | 270 | 0.18 | 0.78 |
Hex | C6 | BC | D0 | 5 | A | 0 | 12 | 10E | 12 | 4E |
Octal | 306 | 274 | 320 | 5 | 12 | 0 | 22 | 416 | 22 | 116 |
Binary | 11000110 | 10111100 | 11010000 | 101 | 1010 | 0 | 10010 | 100001110 | 10010 | 1001110 |
Color Harmonies of #C6BCD0
Complementary color
Monochromatic Colors of #C6BCD0
Black with #C6BCD0
Text Example
Text Example
White with #C6BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCD0; }
p { color: rgb(198,188,208); }
H1.HeaderClassName
{
color: #C6BCD0;
}
.AnyTagClassName
{
color: #C6BCD0;
}
</style>
background-color css
<style>
a { background-color: #C6BCD0; }
a { background-color: rgb(198,188,208); }
div.DivClassName
{
background-color: #C6BCD0;
}
.BgClassName
{
background-color: #C6BCD0;
}
</style>
border-color css
<style>
span { border-color: #C6BCD0; }
span { border-color: rgb(198,188,208); }
td.TdClassName
{
border-color: #C6BCD0;
}
.TagClassName
{
border-color: #C6BCD0;
}
</style>