#C4BDBA

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

Shades of Pale Slate #C4BDBA

Tints of Pale Slate #C4BDBA

Color information

#C4BDBA (or 0xC4BDBA) is unknown color: approx Pale Slate. HEX triplet: C4, BD and BA. RGB value is (196,189,186). Sum of RGB (Red+Green+Blue) = 196+189+186=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDBA is #3B4245. Grayscale: #BEBEBE. Windows color (decimal): -3883590 or 12238276. OLE color: 12238276.

HSL color Cylindrical-coordinate representation of color #C4BDBA: hue angle of 18º 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 #C4BDBA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196189186-
CMYK00.040.050.23
HSL18º7.81%74.9%-
HSV(B)18º5.1%76.86%-
XYZ49.8351.6853.8-
YUV190.75125.32131.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=34.33%
G=33.10%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618918600.040.050.23187.8174.9
HexC4BDBA045171284b
Octal304275272045272210113
Binary1100010010111101101110100100101101111001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDBA; }

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

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

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

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

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

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

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

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