#C4BFBA

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

Shades of Pale Slate #C4BFBA

Tints of Pale Slate #C4BFBA

Color information

#C4BFBA (or 0xC4BFBA) is unknown color: approx Pale Slate. HEX triplet: C4, BF and BA. RGB value is (196,191,186). Sum of RGB (Red+Green+Blue) = 196+191+186=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBA is #3B4045. Grayscale: #BFBFBF. Windows color (decimal): -3883078 or 12238788. OLE color: 12238788.

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

Color convert

RGB196191186-
CMYK00.030.050.23
HSL30º7.81%74.9%-
HSV(B)30º5.1%76.86%-
XYZ50.2652.5453.95-
YUV191.92124.66130.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=34.21%
G=33.33%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619118600.030.050.23307.8174.9
HexC4BFBA035171e84b
Octal304277272035273610113
Binary110001001011111110111010011101101111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFBA; }

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

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

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

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

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

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

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

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