#C3BDBB

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

Shades of Pale Slate #C3BDBB

Tints of Pale Slate #C3BDBB

Color information

#C3BDBB (or 0xC3BDBB) is unknown color: approx Pale Slate. HEX triplet: C3, BD and BB. RGB value is (195,189,187). Sum of RGB (Red+Green+Blue) = 195+189+187=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDBB is #3C4244. Grayscale: #BEBEBE. Windows color (decimal): -3949125 or 12303811. OLE color: 12303811.

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

Color convert

RGB195189187-
CMYK00.030.040.24
HSL15º6.25%74.9%-
HSV(B)15º4.1%76.47%-
XYZ49.6751.5954.35-
YUV190.57125.99131.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 187 (73.44% 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
Decimal19518918700.030.040.24156.2574.9
HexC3BDBB03418f64b
Octal30327527303430176113
Binary1100001110111101101110110111001100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDBB; }

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

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

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

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

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

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

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

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