Shades of Pale Slate #C0BDBB
Tints of Pale Slate #C0BDBB
RGB
CMYK
RGB Variations
Color information
#C0BDBB (or 0xC0BDBB) is known color: Pale Slate. HEX triplet: C0, BD and BB. RGB value is (192,189,187). Sum of RGB (Red+Green+Blue) = 192+189+187=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDBB is #3F4244. Grayscale: #BDBDBD. Windows color (decimal): -4145733 or 12303808. OLE color: 12303808.
HSL color Cylindrical-coordinate representation of color #C0BDBB: hue angle of 24º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C0BDBB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 189 | 187 | - |
CMYK | 0 | 0.02 | 0.03 | 0.25 |
HSL | 24º | 0.04% | 0.74% | - |
HSV(B) | 24º | 0.03% | 0.75% | - |
XYZ | 48.91 | 51.19 | 54.32 | - |
YUV | 189.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 189 | 187 | 0 | 0.02 | 0.03 | 0.25 | 24 | 0.04 | 0.74 |
Hex | C0 | BD | BB | 0 | 2 | 3 | 19 | 18 | 4 | 4A |
Octal | 300 | 275 | 273 | 0 | 2 | 3 | 31 | 30 | 4 | 112 |
Binary | 11000000 | 10111101 | 10111011 | 0 | 10 | 11 | 11001 | 11000 | 100 | 1001010 |
Color Harmonies of #C0BDBB
Complementary color
Monochromatic Colors of #C0BDBB
Black with #C0BDBB
Text Example
Text Example
White with #C0BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDBB; }
p { color: rgb(192,189,187); }
H1.HeaderClassName
{
color: #C0BDBB;
}
.AnyTagClassName
{
color: #C0BDBB;
}
</style>
background-color css
<style>
a { background-color: #C0BDBB; }
a { background-color: rgb(192,189,187); }
div.DivClassName
{
background-color: #C0BDBB;
}
.BgClassName
{
background-color: #C0BDBB;
}
</style>
border-color css
<style>
span { border-color: #C0BDBB; }
span { border-color: rgb(192,189,187); }
td.TdClassName
{
border-color: #C0BDBB;
}
.TagClassName
{
border-color: #C0BDBB;
}
</style>