#C2BDB9

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

Shades of Pale Slate #C2BDB9

Tints of Pale Slate #C2BDB9

Color information

#C2BDB9 (or 0xC2BDB9) is unknown color: approx Pale Slate. HEX triplet: C2, BD and B9. RGB value is (194,189,185). Sum of RGB (Red+Green+Blue) = 194+189+185=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDB9 is #3D4246. Grayscale: #BEBEBE. Windows color (decimal): -4014663 or 12172738. OLE color: 12172738.

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

Color convert

RGB194189185-
CMYK00.030.050.24
HSL26.67º6.87%74.31%-
HSV(B)26.67º4.64%76.08%-
XYZ49.251.3753.22-
YUV190.04125.16130.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=34.15%
G=33.27%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418918500.030.050.2426.676.8774.31
HexC2BDB9035181b74a
Octal30227527103530337112
Binary11000010101111011011100101110111000110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDB9; }

 p { color: rgb(194,189,185); }

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

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

 a { background-color: rgb(194,189,185); }

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

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

 span { border-color: rgb(194,189,185); }

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