#C9BFB8

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

Shades of Pale Slate #C9BFB8

Tints of Pale Slate #C9BFB8

Color information

#C9BFB8 (or 0xC9BFB8) is unknown color: approx Pale Slate. HEX triplet: C9, BF and B8. RGB value is (201,191,184). Sum of RGB (Red+Green+Blue) = 201+191+184=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFB8 is #364047. Grayscale: #C1C1C1. Windows color (decimal): -3555400 or 12107721. OLE color: 12107721.

HSL color Cylindrical-coordinate representation of color #C9BFB8: hue angle of 24.71º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BFB8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201191184-
CMYK00.050.080.21
HSL24.71º13.6%75.49%-
HSV(B)24.71º8.46%78.82%-
XYZ51.3753.1452.9-
YUV193.19122.81133.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=34.90%
G=33.16%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119118400.050.080.2124.7113.675.49
HexC9BFB80581519e4b
Octal3112772700510253116113
Binary11001001101111111011100001011000101011100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFB8; }

 p { color: rgb(201,191,184); }

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

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

 a { background-color: rgb(201,191,184); }

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

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

 span { border-color: rgb(201,191,184); }

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