#C2BAB4

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

Shades of Pale Slate #C2BAB4

Tints of Pale Slate #C2BAB4

Color information

#C2BAB4 (or 0xC2BAB4) is unknown color: approx Pale Slate. HEX triplet: C2, BA and B4. RGB value is (194,186,180). Sum of RGB (Red+Green+Blue) = 194+186+180=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAB4 is #3D454B. Grayscale: #BBBBBB. Windows color (decimal): -4015436 or 11844290. OLE color: 11844290.

HSL color Cylindrical-coordinate representation of color #C2BAB4: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2BAB4 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194186180-
CMYK00.040.070.24
HSL25.71º10.29%73.33%-
HSV(B)25.71º7.22%76.08%-
XYZ48.0549.8850.28-
YUV187.71123.65132.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=34.64%
G=33.21%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418618000.040.070.2425.7110.2973.33
HexC2BAB4047181aa49
Octal302272264047303212111
Binary1100001010111010101101000100111110001101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAB4; }

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

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

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

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

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

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

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

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