#C4BFBC

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

Shades of Pale Slate #C4BFBC

Tints of Pale Slate #C4BFBC

Color information

#C4BFBC (or 0xC4BFBC) is unknown color: approx Pale Slate. HEX triplet: C4, BF and BC. RGB value is (196,191,188). Sum of RGB (Red+Green+Blue) = 196+191+188=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBC is #3B4043. Grayscale: #C0C0C0. Windows color (decimal): -3883076 or 12369860. OLE color: 12369860.

HSL color Cylindrical-coordinate representation of color #C4BFBC: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BFBC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196191188-
CMYK00.030.040.23
HSL22.5º6.35%75.29%-
HSV(B)22.5º4.08%76.86%-
XYZ50.4752.6355.08-
YUV192.15125.66130.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=34.09%
G=33.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619118800.030.040.2322.56.3575.29
HexC4BFBC034171764b
Octal30427727403427276113
Binary11000100101111111011110001110010111101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFBC; }

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

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

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

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

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

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

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

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