#C2BDBA

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

Shades of Pale Slate #C2BDBA

Tints of Pale Slate #C2BDBA

Color information

#C2BDBA (or 0xC2BDBA) is unknown color: approx Pale Slate. HEX triplet: C2, BD and BA. RGB value is (194,189,186). Sum of RGB (Red+Green+Blue) = 194+189+186=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDBA is #3D4245. Grayscale: #BEBEBE. Windows color (decimal): -4014662 or 12238274. OLE color: 12238274.

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

Color convert

RGB194189186-
CMYK00.030.040.24
HSL22.5º6.15%74.51%-
HSV(B)22.5º4.12%76.08%-
XYZ49.3151.4153.78-
YUV190.15125.66130.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=34.09%
G=33.22%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418918600.030.040.2422.56.1574.51
HexC2BDBA034181764b
Octal30227527203430276113
Binary11000010101111011011101001110011000101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDBA; }

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

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

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

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

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

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

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

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