#C9BFBA

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

Shades of Pale Slate #C9BFBA

Tints of Pale Slate #C9BFBA

Color information

#C9BFBA (or 0xC9BFBA) is unknown color: approx Pale Slate. HEX triplet: C9, BF and BA. RGB value is (201,191,186). Sum of RGB (Red+Green+Blue) = 201+191+186=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFBA is #364045. Grayscale: #C1C1C1. Windows color (decimal): -3555398 or 12238793. OLE color: 12238793.

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

Color convert

RGB201191186-
CMYK00.050.070.21
HSL20º12.2%75.88%-
HSV(B)20º7.46%78.82%-
XYZ51.5853.2254.01-
YUV193.42123.81133.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.78%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=34.78%
G=33.04%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119118600.050.070.212012.275.88
HexC9BFBA0571514c4c
Octal311277272057252414114
Binary1100100110111111101110100101111101011010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFBA; }

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

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

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

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

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

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

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

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