Shades of Pale Slate #BCB5B2
Tints of Pale Slate #BCB5B2
RGB
CMYK
RGB Variations
Color information
#BCB5B2 (or 0xBCB5B2) is known color: Pale Slate. HEX triplet: BC, B5 and B2. RGB value is (188,181,178). Sum of RGB (Red+Green+Blue) = 188+181+178=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5B2 is #434A4D. Grayscale: #B6B6B6. Windows color (decimal): -4409934 or 11711932. OLE color: 11711932.
HSL color Cylindrical-coordinate representation of color #BCB5B2: hue angle of 18º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB5B2 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 178 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.26 |
| HSL | 18º | 0.07% | 0.72% | - |
| HSV(B) | 18º | 0.05% | 0.74% | - |
| XYZ | 45.3 | 46.95 | 48.79 | - |
| YUV | 182.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 178 | 0 | 0.04 | 0.05 | 0.26 | 18 | 0.07 | 0.72 |
| Hex | BC | B5 | B2 | 0 | 4 | 5 | 1A | 12 | 7 | 48 |
| Octal | 274 | 265 | 262 | 0 | 4 | 5 | 32 | 22 | 7 | 110 |
| Binary | 10111100 | 10110101 | 10110010 | 0 | 100 | 101 | 11010 | 10010 | 111 | 1001000 |
Color Harmonies of #BCB5B2
Complementary color
Monochromatic Colors of #BCB5B2
Black with #BCB5B2
Text Example
Text Example
White with #BCB5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5B2; }
p { color: rgb(188,181,178); }
H1.HeaderClassName
{
color: #BCB5B2;
}
.AnyTagClassName
{
color: #BCB5B2;
}
</style>
background-color css
<style>
a { background-color: #BCB5B2; }
a { background-color: rgb(188,181,178); }
div.DivClassName
{
background-color: #BCB5B2;
}
.BgClassName
{
background-color: #BCB5B2;
}
</style>
border-color css
<style>
span { border-color: #BCB5B2; }
span { border-color: rgb(188,181,178); }
td.TdClassName
{
border-color: #BCB5B2;
}
.TagClassName
{
border-color: #BCB5B2;
}
</style>