Shades of Pale Slate #C3BFBE
Tints of Pale Slate #C3BFBE
RGB
CMYK
RGB Variations
Color information
#C3BFBE (or 0xC3BFBE) is known color: Pale Slate. HEX triplet: C3, BF and BE. RGB value is (195,191,190). Sum of RGB (Red+Green+Blue) = 195+191+190=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFBE is #3C4041. Grayscale: #C0C0C0. Windows color (decimal): -3948610 or 12500931. OLE color: 12500931.
HSL color Cylindrical-coordinate representation of color #C3BFBE: hue angle of 12º 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 #C3BFBE is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 191 | 190 | - |
CMYK | 0 | 0.02 | 0.03 | 0.24 |
HSL | 12º | 0.04% | 0.75% | - |
HSV(B) | 12º | 0.03% | 0.76% | - |
XYZ | 50.43 | 52.58 | 56.21 | - |
YUV | 192.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 191 | 190 | 0 | 0.02 | 0.03 | 0.24 | 12 | 0.04 | 0.75 |
Hex | C3 | BF | BE | 0 | 2 | 3 | 18 | C | 4 | 4B |
Octal | 303 | 277 | 276 | 0 | 2 | 3 | 30 | 14 | 4 | 113 |
Binary | 11000011 | 10111111 | 10111110 | 0 | 10 | 11 | 11000 | 1100 | 100 | 1001011 |
Color Harmonies of #C3BFBE
Complementary color
Monochromatic Colors of #C3BFBE
Black with #C3BFBE
Text Example
Text Example
White with #C3BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFBE; }
p { color: rgb(195,191,190); }
H1.HeaderClassName
{
color: #C3BFBE;
}
.AnyTagClassName
{
color: #C3BFBE;
}
</style>
background-color css
<style>
a { background-color: #C3BFBE; }
a { background-color: rgb(195,191,190); }
div.DivClassName
{
background-color: #C3BFBE;
}
.BgClassName
{
background-color: #C3BFBE;
}
</style>
border-color css
<style>
span { border-color: #C3BFBE; }
span { border-color: rgb(195,191,190); }
td.TdClassName
{
border-color: #C3BFBE;
}
.TagClassName
{
border-color: #C3BFBE;
}
</style>