Shades of Pale Slate #BCB6B3
Tints of Pale Slate #BCB6B3
RGB
CMYK
RGB Variations
Color information
#BCB6B3 (or 0xBCB6B3) is known color: Pale Slate. HEX triplet: BC, B6 and B3. RGB value is (188,182,179). Sum of RGB (Red+Green+Blue) = 188+182+179=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6B3 is #43494C. Grayscale: #B7B7B7. Windows color (decimal): -4409677 or 11777724. OLE color: 11777724.
HSL color Cylindrical-coordinate representation of color #BCB6B3: hue angle of 20º degrees, saturation: 0.06, 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 #BCB6B3 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 179 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.26 |
| HSL | 20º | 0.06% | 0.72% | - |
| HSV(B) | 20º | 0.05% | 0.74% | - |
| XYZ | 45.6 | 47.4 | 49.39 | - |
| YUV | 183.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 179 | 0 | 0.03 | 0.05 | 0.26 | 20 | 0.06 | 0.72 |
| Hex | BC | B6 | B3 | 0 | 3 | 5 | 1A | 14 | 6 | 48 |
| Octal | 274 | 266 | 263 | 0 | 3 | 5 | 32 | 24 | 6 | 110 |
| Binary | 10111100 | 10110110 | 10110011 | 0 | 11 | 101 | 11010 | 10100 | 110 | 1001000 |
Color Harmonies of #BCB6B3
Complementary color
Monochromatic Colors of #BCB6B3
Black with #BCB6B3
Text Example
Text Example
White with #BCB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6B3; }
p { color: rgb(188,182,179); }
H1.HeaderClassName
{
color: #BCB6B3;
}
.AnyTagClassName
{
color: #BCB6B3;
}
</style>
background-color css
<style>
a { background-color: #BCB6B3; }
a { background-color: rgb(188,182,179); }
div.DivClassName
{
background-color: #BCB6B3;
}
.BgClassName
{
background-color: #BCB6B3;
}
</style>
border-color css
<style>
span { border-color: #BCB6B3; }
span { border-color: rgb(188,182,179); }
td.TdClassName
{
border-color: #BCB6B3;
}
.TagClassName
{
border-color: #BCB6B3;
}
</style>