#C9BFBB

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

Shades of Pale Slate #C9BFBB

Tints of Pale Slate #C9BFBB

Color information

#C9BFBB (or 0xC9BFBB) is unknown color: approx Pale Slate. HEX triplet: C9, BF and BB. RGB value is (201,191,187). Sum of RGB (Red+Green+Blue) = 201+191+187=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFBB is #364044. Grayscale: #C1C1C1. Windows color (decimal): -3555397 or 12304329. OLE color: 12304329.

HSL color Cylindrical-coordinate representation of color #C9BFBB: hue angle of 17.14º degrees, saturation: 0.11, 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 #C9BFBB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201191187-
CMYK00.050.070.21
HSL17.14º11.48%76.08%-
HSV(B)17.14º6.97%78.82%-
XYZ51.6953.2754.57-
YUV193.53124.31133.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=34.72%
G=32.99%
B=32.30%

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
Decimal20119118700.050.070.2117.1411.4876.08
HexC9BFBB0571511b4c
Octal311277273057252113114
Binary1100100110111111101110110101111101011000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFBB; }

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

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

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

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

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

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

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

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