Shades of Pale Slate #C1BDBB
Tints of Pale Slate #C1BDBB
RGB
CMYK
RGB Variations
Color information
#C1BDBB (or 0xC1BDBB) is known color: Pale Slate. HEX triplet: C1, BD and BB. RGB value is (193,189,187). Sum of RGB (Red+Green+Blue) = 193+189+187=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDBB is #3E4244. Grayscale: #BDBDBD. Windows color (decimal): -4080197 or 12303809. OLE color: 12303809.
HSL color Cylindrical-coordinate representation of color #C1BDBB: hue angle of 20º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BDBB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 189 | 187 | - |
CMYK | 0 | 0.02 | 0.03 | 0.24 |
HSL | 20º | 0.05% | 0.75% | - |
HSV(B) | 20º | 0.03% | 0.76% | - |
XYZ | 49.16 | 51.32 | 54.33 | - |
YUV | 189.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 189 | 187 | 0 | 0.02 | 0.03 | 0.24 | 20 | 0.05 | 0.75 |
Hex | C1 | BD | BB | 0 | 2 | 3 | 18 | 14 | 5 | 4B |
Octal | 301 | 275 | 273 | 0 | 2 | 3 | 30 | 24 | 5 | 113 |
Binary | 11000001 | 10111101 | 10111011 | 0 | 10 | 11 | 11000 | 10100 | 101 | 1001011 |
Color Harmonies of #C1BDBB
Complementary color
Monochromatic Colors of #C1BDBB
Black with #C1BDBB
Text Example
Text Example
White with #C1BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDBB; }
p { color: rgb(193,189,187); }
H1.HeaderClassName
{
color: #C1BDBB;
}
.AnyTagClassName
{
color: #C1BDBB;
}
</style>
background-color css
<style>
a { background-color: #C1BDBB; }
a { background-color: rgb(193,189,187); }
div.DivClassName
{
background-color: #C1BDBB;
}
.BgClassName
{
background-color: #C1BDBB;
}
</style>
border-color css
<style>
span { border-color: #C1BDBB; }
span { border-color: rgb(193,189,187); }
td.TdClassName
{
border-color: #C1BDBB;
}
.TagClassName
{
border-color: #C1BDBB;
}
</style>