#C3BCBA

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

Shades of Pale Slate #C3BCBA

Tints of Pale Slate #C3BCBA

Color information

#C3BCBA (or 0xC3BCBA) is unknown color: approx Pale Slate. HEX triplet: C3, BC and BA. RGB value is (195,188,186). Sum of RGB (Red+Green+Blue) = 195+188+186=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBA is #3C4345. Grayscale: #BDBDBD. Windows color (decimal): -3949382 or 12238019. OLE color: 12238019.

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

Color convert

RGB195188186-
CMYK00.040.050.24
HSL13.33º6.98%74.71%-
HSV(B)13.33º4.62%76.47%-
XYZ49.3551.1153.72-
YUV189.86125.82131.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=34.27%
G=33.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518818600.040.050.2413.336.9874.71
HexC3BCBA04518d74b
Octal30327427204530157113
Binary11000011101111001011101001001011100011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCBA; }

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

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

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

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

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

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

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

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