#C5BDBA

Color #C5BDBA Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #C5BDBA

Tints of Pale Slate #C5BDBA

Color information

#C5BDBA (or 0xC5BDBA) is unknown color: approx Pale Slate. HEX triplet: C5, BD and BA. RGB value is (197,189,186). Sum of RGB (Red+Green+Blue) = 197+189+186=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDBA is #3A4245. Grayscale: #BFBFBF. Windows color (decimal): -3818054 or 12238277. OLE color: 12238277.

HSL color Cylindrical-coordinate representation of color #C5BDBA: hue angle of 16.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BDBA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197189186-
CMYK00.040.060.23
HSL16.36º8.66%75.1%-
HSV(B)16.36º5.58%77.25%-
XYZ50.0951.8153.81-
YUV191.05125.15132.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=34.44%
G=33.04%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718918600.040.060.2316.368.6675.1
HexC5BDBA046171094b
Octal305275272046272011113
Binary1100010110111101101110100100110101111000010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDBA; }

 p { color: rgb(197,189,186); }

 H1.HeaderClassName
 {
   color: #C5BDBA;
 }
 .AnyTagClassName
 {
   color: #C5BDBA;
 }
</style>
background-color css

<style>
 a { background-color: #C5BDBA; }

 a { background-color: rgb(197,189,186); }

 div.DivClassName
 {
   background-color: #C5BDBA;
 }
 .BgClassName
 {
   background-color: #C5BDBA;
 }
</style>
border-color css

<style>
 span { border-color: #C5BDBA; }

 span { border-color: rgb(197,189,186); }

 td.TdClassName
 {
   border-color: #C5BDBA;
 }
 .TagClassName
 {
   border-color: #C5BDBA;
 }
</style>