#C9BCB1

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

Shades of Pale Slate #C9BCB1

Tints of Pale Slate #C9BCB1

Color information

#C9BCB1 (or 0xC9BCB1) is unknown color: approx Pale Slate. HEX triplet: C9, BC and B1. RGB value is (201,188,177). Sum of RGB (Red+Green+Blue) = 201+188+177=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCB1 is #36434E. Grayscale: #BEBEBE. Windows color (decimal): -3556175 or 11648201. OLE color: 11648201.

HSL color Cylindrical-coordinate representation of color #C9BCB1: hue angle of 27.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BCB1 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB201188177-
CMYK00.060.120.21
HSL27.5º18.18%74.12%-
HSV(B)27.5º11.94%78.82%-
XYZ50.0151.5648.91-
YUV190.63120.31135.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=35.51%
G=33.22%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118817700.060.120.2127.518.1874.12
HexC9BCB106C151c124a
Octal3112742610614253422112
Binary110010011011110010110001011011001010111100100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCB1; }

 p { color: rgb(201,188,177); }

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

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

 a { background-color: rgb(201,188,177); }

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

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

 span { border-color: rgb(201,188,177); }

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