#C5BFBA

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

Shades of Pale Slate #C5BFBA

Tints of Pale Slate #C5BFBA

Color information

#C5BFBA (or 0xC5BFBA) is unknown color: approx Pale Slate. HEX triplet: C5, BF and BA. RGB value is (197,191,186). Sum of RGB (Red+Green+Blue) = 197+191+186=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBA is #3A4045. Grayscale: #C0C0C0. Windows color (decimal): -3817542 or 12238789. OLE color: 12238789.

HSL color Cylindrical-coordinate representation of color #C5BFBA: hue angle of 27.27º 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 #C5BFBA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197191186-
CMYK00.030.060.23
HSL27.27º8.66%75.1%-
HSV(B)27.27º5.58%77.25%-
XYZ50.5252.6853.96-
YUV192.22124.49131.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=34.32%
G=33.28%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719118600.030.060.2327.278.6675.1
HexC5BFBA036171b94b
Octal305277272036273311113
Binary110001011011111110111010011110101111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFBA; }

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

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

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

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

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

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

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

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