#C5BEBA

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

Shades of Pale Slate #C5BEBA

Tints of Pale Slate #C5BEBA

Color information

#C5BEBA (or 0xC5BEBA) is unknown color: approx Pale Slate. HEX triplet: C5, BE and BA. RGB value is (197,190,186). Sum of RGB (Red+Green+Blue) = 197+190+186=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEBA is #3A4145. Grayscale: #BFBFBF. Windows color (decimal): -3817798 or 12238533. OLE color: 12238533.

HSL color Cylindrical-coordinate representation of color #C5BEBA: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BEBA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197190186-
CMYK00.040.060.23
HSL21.82º8.66%75.1%-
HSV(B)21.82º5.58%77.25%-
XYZ50.352.2453.89-
YUV191.64124.82131.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=34.38%
G=33.16%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719018600.040.060.2321.828.6675.1
HexC5BEBA046171694b
Octal305276272046272611113
Binary1100010110111110101110100100110101111011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEBA; }

 p { color: rgb(197,190,186); }

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

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

 a { background-color: rgb(197,190,186); }

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

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

 span { border-color: rgb(197,190,186); }

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