Shades of French Grey #BCB8C2
Tints of French Grey #BCB8C2
RGB
CMYK
RGB Variations
Color information
#BCB8C2 (or 0xBCB8C2) is known color: French Grey. HEX triplet: BC, B8 and C2. RGB value is (188,184,194). Sum of RGB (Red+Green+Blue) = 188+184+194=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCB8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8C2 is #43473D. Grayscale: #BABABA. Windows color (decimal): -4409150 or 12761276. OLE color: 12761276.
HSL color Cylindrical-coordinate representation of color #BCB8C2: hue angle of 264º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB8C2 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 184 | 194 | - |
CMYK | 0.03 | 0.05 | 0 | 0.24 |
HSL | 264º | 0.08% | 0.74% | - |
HSV(B) | 264º | 0.05% | 0.76% | - |
XYZ | 47.62 | 48.87 | 57.96 | - |
YUV | 186.34 | 132.33 | 129.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 184 | 194 | 0.03 | 0.05 | 0 | 0.24 | 264 | 0.08 | 0.74 |
Hex | BC | B8 | C2 | 3 | 5 | 0 | 18 | 108 | 8 | 4A |
Octal | 274 | 270 | 302 | 3 | 5 | 0 | 30 | 410 | 10 | 112 |
Binary | 10111100 | 10111000 | 11000010 | 11 | 101 | 0 | 11000 | 100001000 | 1000 | 1001010 |
Color Harmonies of #BCB8C2
Complementary color
Monochromatic Colors of #BCB8C2
Black with #BCB8C2
Text Example
Text Example
White with #BCB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8C2; }
p { color: rgb(188,184,194); }
H1.HeaderClassName
{
color: #BCB8C2;
}
.AnyTagClassName
{
color: #BCB8C2;
}
</style>
background-color css
<style>
a { background-color: #BCB8C2; }
a { background-color: rgb(188,184,194); }
div.DivClassName
{
background-color: #BCB8C2;
}
.BgClassName
{
background-color: #BCB8C2;
}
</style>
border-color css
<style>
span { border-color: #BCB8C2; }
span { border-color: rgb(188,184,194); }
td.TdClassName
{
border-color: #BCB8C2;
}
.TagClassName
{
border-color: #BCB8C2;
}
</style>