#C4BBB4

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

Shades of Pale Slate #C4BBB4

Tints of Pale Slate #C4BBB4

Color information

#C4BBB4 (or 0xC4BBB4) is unknown color: approx Pale Slate. HEX triplet: C4, BB and B4. RGB value is (196,187,180). Sum of RGB (Red+Green+Blue) = 196+187+180=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBB4 is #3B444B. Grayscale: #BCBCBC. Windows color (decimal): -3884108 or 11844548. OLE color: 11844548.

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

Color convert

RGB196187180-
CMYK00.050.080.23
HSL26.25º11.94%73.73%-
HSV(B)26.25º8.16%76.86%-
XYZ48.7750.5750.37-
YUV188.89122.98133.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=34.81%
G=33.21%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618718000.050.080.2326.2511.9473.73
HexC4BBB4058171ac4a
Octal3042732640510273214112
Binary11000100101110111011010001011000101111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBB4; }

 p { color: rgb(196,187,180); }

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

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

 a { background-color: rgb(196,187,180); }

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

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

 span { border-color: rgb(196,187,180); }

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