Shades of Pale Slate #C2BFBD
Tints of Pale Slate #C2BFBD
RGB
CMYK
RGB Variations
Color information
#C2BFBD (or 0xC2BFBD) is known color: Pale Slate. HEX triplet: C2, BF and BD. RGB value is (194,191,189). Sum of RGB (Red+Green+Blue) = 194+191+189=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBD is #3D4042. Grayscale: #BFBFBF. Windows color (decimal): -4014147 or 12435394. OLE color: 12435394.
HSL color Cylindrical-coordinate representation of color #C2BFBD: hue angle of 24º degrees, saturation: 0.04, 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 #C2BFBD is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 189 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.24 |
| HSL | 24º | 0.04% | 0.75% | - |
| HSV(B) | 24º | 0.03% | 0.76% | - |
| XYZ | 50.06 | 52.41 | 55.62 | - |
| YUV | 191.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 189 | 0 | 0.02 | 0.03 | 0.24 | 24 | 0.04 | 0.75 |
| Hex | C2 | BF | BD | 0 | 2 | 3 | 18 | 18 | 4 | 4B |
| Octal | 302 | 277 | 275 | 0 | 2 | 3 | 30 | 30 | 4 | 113 |
| Binary | 11000010 | 10111111 | 10111101 | 0 | 10 | 11 | 11000 | 11000 | 100 | 1001011 |
Color Harmonies of #C2BFBD
Complementary color
Monochromatic Colors of #C2BFBD
Black with #C2BFBD
Text Example
Text Example
White with #C2BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFBD; }
p { color: rgb(194,191,189); }
H1.HeaderClassName
{
color: #C2BFBD;
}
.AnyTagClassName
{
color: #C2BFBD;
}
</style>
background-color css
<style>
a { background-color: #C2BFBD; }
a { background-color: rgb(194,191,189); }
div.DivClassName
{
background-color: #C2BFBD;
}
.BgClassName
{
background-color: #C2BFBD;
}
</style>
border-color css
<style>
span { border-color: #C2BFBD; }
span { border-color: rgb(194,191,189); }
td.TdClassName
{
border-color: #C2BFBD;
}
.TagClassName
{
border-color: #C2BFBD;
}
</style>