#C2BDBB

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

Shades of Pale Slate #C2BDBB

Tints of Pale Slate #C2BDBB

Color information

#C2BDBB (or 0xC2BDBB) is unknown color: approx Pale Slate. HEX triplet: C2, BD and BB. RGB value is (194,189,187). Sum of RGB (Red+Green+Blue) = 194+189+187=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDBB is #3D4244. Grayscale: #BEBEBE. Windows color (decimal): -4014661 or 12303810. OLE color: 12303810.

HSL color Cylindrical-coordinate representation of color #C2BDBB: hue angle of 17.14º degrees, saturation: 0.05, 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 #C2BDBB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194189187-
CMYK00.030.040.24
HSL17.14º5.43%74.71%-
HSV(B)17.14º3.61%76.08%-
XYZ49.4251.4554.34-
YUV190.27126.16130.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=34.04%
G=33.16%
B=32.81%

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
Decimal19418918700.030.040.2417.145.4374.71
HexC2BDBB034181154b
Octal30227527303430215113
Binary11000010101111011011101101110011000100011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDBB; }

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

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

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

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

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

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

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

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