#C2BCBA

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

Shades of Pale Slate #C2BCBA

Tints of Pale Slate #C2BCBA

Color information

#C2BCBA (or 0xC2BCBA) is unknown color: approx Pale Slate. HEX triplet: C2, BC and BA. RGB value is (194,188,186). Sum of RGB (Red+Green+Blue) = 194+188+186=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCBA is #3D4345. Grayscale: #BDBDBD. Windows color (decimal): -4014918 or 12238018. OLE color: 12238018.

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

Color convert

RGB194188186-
CMYK00.030.040.24
HSL15º6.15%74.51%-
HSV(B)15º4.12%76.08%-
XYZ49.0950.9853.71-
YUV189.57125.99131.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=34.15%
G=33.10%
B=32.75%

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
Decimal19418818600.030.040.24156.1574.51
HexC2BCBA03418f64b
Octal30227427203430176113
Binary1100001010111100101110100111001100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCBA; }

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

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

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

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

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

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

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

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