#C2BAB5

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

Shades of Pale Slate #C2BAB5

Tints of Pale Slate #C2BAB5

Color information

#C2BAB5 (or 0xC2BAB5) is unknown color: approx Pale Slate. HEX triplet: C2, BA and B5. RGB value is (194,186,181). Sum of RGB (Red+Green+Blue) = 194+186+181=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAB5 is #3D454A. Grayscale: #BBBBBB. Windows color (decimal): -4015435 or 11909826. OLE color: 11909826.

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

Color convert

RGB194186181-
CMYK00.040.070.24
HSL23.08º9.63%73.53%-
HSV(B)23.08º6.7%76.08%-
XYZ48.1549.9250.81-
YUV187.82124.15132.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=34.58%
G=33.16%
B=32.26%

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
Decimal19418618100.040.070.2423.089.6373.53
HexC2BAB50471817a4a
Octal302272265047302712112
Binary1100001010111010101101010100111110001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAB5; }

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

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

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

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

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

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

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

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