#C8BAB4

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

Shades of Pale Slate #C8BAB4

Tints of Pale Slate #C8BAB4

Color information

#C8BAB4 (or 0xC8BAB4) is unknown color: approx Pale Slate. HEX triplet: C8, BA and B4. RGB value is (200,186,180). Sum of RGB (Red+Green+Blue) = 200+186+180=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAB4 is #37454B. Grayscale: #BDBDBD. Windows color (decimal): -3622220 or 11844296. OLE color: 11844296.

HSL color Cylindrical-coordinate representation of color #C8BAB4: hue angle of 18º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BAB4 is Cyan = 0, Magento = 0.07, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB200186180-
CMYK00.070.10.22
HSL18º15.38%74.51%-
HSV(B)18º10%78.43%-
XYZ49.6250.6950.35-
YUV189.5122.64135.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=35.34%
G=32.86%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018618000.070.10.221815.3874.51
HexC8BAB407A1612f4b
Octal3102722640712262217113
Binary11001000101110101011010001111010101101001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAB4; }

 p { color: rgb(200,186,180); }

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

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

 a { background-color: rgb(200,186,180); }

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

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

 span { border-color: rgb(200,186,180); }

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