Shades of French Grey #BCB5C5
Tints of French Grey #BCB5C5
RGB
CMYK
RGB Variations
Color information
#BCB5C5 (or 0xBCB5C5) is known color: French Grey. HEX triplet: BC, B5 and C5. RGB value is (188,181,197). Sum of RGB (Red+Green+Blue) = 188+181+197=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCB5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5C5 is #434A3A. Grayscale: #B8B8B8. Windows color (decimal): -4409915 or 12957116. OLE color: 12957116.
HSL color Cylindrical-coordinate representation of color #BCB5C5: hue angle of 266.25º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB5C5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 188 | 181 | 197 | - |
CMYK | 0.05 | 0.08 | 0 | 0.23 |
HSL | 266.25º | 0.12% | 0.74% | - |
HSV(B) | 266.25º | 0.08% | 0.77% | - |
XYZ | 47.34 | 47.77 | 59.55 | - |
YUV | 184.92 | 134.82 | 130.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 197 | 0.05 | 0.08 | 0 | 0.23 | 266.25 | 0.12 | 0.74 |
Hex | BC | B5 | C5 | 5 | 8 | 0 | 17 | 10A | C | 4A |
Octal | 274 | 265 | 305 | 5 | 10 | 0 | 27 | 412 | 14 | 112 |
Binary | 10111100 | 10110101 | 11000101 | 101 | 1000 | 0 | 10111 | 100001010 | 1100 | 1001010 |
Color Harmonies of #BCB5C5
Complementary color
Monochromatic Colors of #BCB5C5
Black with #BCB5C5
Text Example
Text Example
White with #BCB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5C5; }
p { color: rgb(188,181,197); }
H1.HeaderClassName
{
color: #BCB5C5;
}
.AnyTagClassName
{
color: #BCB5C5;
}
</style>
background-color css
<style>
a { background-color: #BCB5C5; }
a { background-color: rgb(188,181,197); }
div.DivClassName
{
background-color: #BCB5C5;
}
.BgClassName
{
background-color: #BCB5C5;
}
</style>
border-color css
<style>
span { border-color: #BCB5C5; }
span { border-color: rgb(188,181,197); }
td.TdClassName
{
border-color: #BCB5C5;
}
.TagClassName
{
border-color: #BCB5C5;
}
</style>