Shades of Pale Slate #C1BFBE
Tints of Pale Slate #C1BFBE
RGB
CMYK
RGB Variations
Color information
#C1BFBE (or 0xC1BFBE) is known color: Pale Slate. HEX triplet: C1, BF and BE. RGB value is (193,191,190). Sum of RGB (Red+Green+Blue) = 193+191+190=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFBE is #3E4041. Grayscale: #BFBFBF. Windows color (decimal): -4079682 or 12500929. OLE color: 12500929.
HSL color Cylindrical-coordinate representation of color #C1BFBE: hue angle of 20º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1BFBE is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 190 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.24 |
| HSL | 20º | 0.02% | 0.75% | - |
| HSV(B) | 20º | 0.02% | 0.76% | - |
| XYZ | 49.92 | 52.32 | 56.18 | - |
| YUV | 191.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 190 | 0 | 0.01 | 0.02 | 0.24 | 20 | 0.02 | 0.75 |
| Hex | C1 | BF | BE | 0 | 1 | 2 | 18 | 14 | 2 | 4B |
| Octal | 301 | 277 | 276 | 0 | 1 | 2 | 30 | 24 | 2 | 113 |
| Binary | 11000001 | 10111111 | 10111110 | 0 | 1 | 10 | 11000 | 10100 | 10 | 1001011 |
Color Harmonies of #C1BFBE
Complementary color
Monochromatic Colors of #C1BFBE
Black with #C1BFBE
Text Example
Text Example
White with #C1BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFBE; }
p { color: rgb(193,191,190); }
H1.HeaderClassName
{
color: #C1BFBE;
}
.AnyTagClassName
{
color: #C1BFBE;
}
</style>
background-color css
<style>
a { background-color: #C1BFBE; }
a { background-color: rgb(193,191,190); }
div.DivClassName
{
background-color: #C1BFBE;
}
.BgClassName
{
background-color: #C1BFBE;
}
</style>
border-color css
<style>
span { border-color: #C1BFBE; }
span { border-color: rgb(193,191,190); }
td.TdClassName
{
border-color: #C1BFBE;
}
.TagClassName
{
border-color: #C1BFBE;
}
</style>