#C2BCB6

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

Shades of Pale Slate #C2BCB6

Tints of Pale Slate #C2BCB6

Color information

#C2BCB6 (or 0xC2BCB6) is unknown color: approx Pale Slate. HEX triplet: C2, BC and B6. RGB value is (194,188,182). Sum of RGB (Red+Green+Blue) = 194+188+182=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCB6 is #3D4349. Grayscale: #BDBDBD. Windows color (decimal): -4014922 or 11975874. OLE color: 11975874.

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

Color convert

RGB194188182-
CMYK00.030.060.24
HSL30º8.96%73.73%-
HSV(B)30º6.19%76.08%-
XYZ48.6750.8151.5-
YUV189.11123.99131.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 182 (71.48% from 255) = 32.27%
R=34.40%
G=33.33%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418818200.030.060.24308.9673.73
HexC2BCB6036181e94a
Octal302274266036303611112
Binary110000101011110010110110011110110001111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCB6; }

 p { color: rgb(194,188,182); }

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

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

 a { background-color: rgb(194,188,182); }

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

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

 span { border-color: rgb(194,188,182); }

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