#C9BFBC

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

Shades of Pale Slate #C9BFBC

Tints of Pale Slate #C9BFBC

Color information

#C9BFBC (or 0xC9BFBC) is unknown color: approx Pale Slate. HEX triplet: C9, BF and BC. RGB value is (201,191,188). Sum of RGB (Red+Green+Blue) = 201+191+188=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFBC is #364043. Grayscale: #C1C1C1. Windows color (decimal): -3555396 or 12369865. OLE color: 12369865.

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

Color convert

RGB201191188-
CMYK00.050.060.21
HSL13.85º10.74%76.27%-
HSV(B)13.85º6.47%78.82%-
XYZ51.853.3155.14-
YUV193.65124.81133.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.66%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=34.66%
G=32.93%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119118800.050.060.2113.8510.7476.27
HexC9BFBC05615eb4c
Octal311277274056251613114
Binary110010011011111110111100010111010101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFBC; }

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

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

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

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

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

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

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

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