#C3BDBA

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

Shades of Pale Slate #C3BDBA

Tints of Pale Slate #C3BDBA

Color information

#C3BDBA (or 0xC3BDBA) is unknown color: approx Pale Slate. HEX triplet: C3, BD and BA. RGB value is (195,189,186). Sum of RGB (Red+Green+Blue) = 195+189+186=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDBA is #3C4245. Grayscale: #BEBEBE. Windows color (decimal): -3949126 or 12238275. OLE color: 12238275.

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

Color convert

RGB195189186-
CMYK00.030.050.24
HSL20º6.98%74.71%-
HSV(B)20º4.62%76.47%-
XYZ49.5751.5453.79-
YUV190.45125.49131.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=34.21%
G=33.16%
B=32.63%

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
Decimal19518918600.030.050.24206.9874.71
HexC3BDBA035181474b
Octal30327527203530247113
Binary11000011101111011011101001110111000101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDBA; }

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

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

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

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

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

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

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

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