#C8BAB3

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

Shades of Pale Slate #C8BAB3

Tints of Pale Slate #C8BAB3

Color information

#C8BAB3 (or 0xC8BAB3) is unknown color: approx Pale Slate. HEX triplet: C8, BA and B3. RGB value is (200,186,179). Sum of RGB (Red+Green+Blue) = 200+186+179=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAB3 is #37454C. Grayscale: #BDBDBD. Windows color (decimal): -3622221 or 11778760. OLE color: 11778760.

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

Color convert

RGB200186179-
CMYK00.070.100.22
HSL20º16.03%74.31%-
HSV(B)20º10.5%78.43%-
XYZ49.5250.6549.81-
YUV189.39122.14135.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=35.40%
G=32.92%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018617900.070.100.222016.0374.31
HexC8BAB307A1614104a
Octal3102722630712262420112
Binary110010001011101010110011011110101011010100100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAB3; }

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

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

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

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

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

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

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

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