#C3BDB7

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

Shades of Pale Slate #C3BDB7

Tints of Pale Slate #C3BDB7

Color information

#C3BDB7 (or 0xC3BDB7) is unknown color: approx Pale Slate. HEX triplet: C3, BD and B7. RGB value is (195,189,183). Sum of RGB (Red+Green+Blue) = 195+189+183=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDB7 is #3C4248. Grayscale: #BEBEBE. Windows color (decimal): -3949129 or 12041667. OLE color: 12041667.

HSL color Cylindrical-coordinate representation of color #C3BDB7: hue angle of 30º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BDB7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195189183-
CMYK00.030.060.24
HSL30º9.09%74.12%-
HSV(B)30º6.15%76.47%-
XYZ49.2551.4252.13-
YUV190.11123.99131.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.39%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=34.39%
G=33.33%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518918300.030.060.24309.0974.12
HexC3BDB7036181e94a
Octal303275267036303611112
Binary110000111011110110110111011110110001111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDB7; }

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

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

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

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

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

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

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

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