#C6BEBC

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

Shades of Pale Slate #C6BEBC

Tints of Pale Slate #C6BEBC

Color information

#C6BEBC (or 0xC6BEBC) is unknown color: approx Pale Slate. HEX triplet: C6, BE and BC. RGB value is (198,190,188). Sum of RGB (Red+Green+Blue) = 198+190+188=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEBC is #394143. Grayscale: #C0C0C0. Windows color (decimal): -3752260 or 12369606. OLE color: 12369606.

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

Color convert

RGB198190188-
CMYK00.040.050.22
HSL12º8.06%75.69%-
HSV(B)12º5.05%77.65%-
XYZ50.7852.4655.03-
YUV192.16125.65132.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=34.38%
G=32.99%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819018800.040.050.22128.0675.69
HexC6BEBC04516c84c
Octal306276274045261410114
Binary110001101011111010111100010010110110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEBC; }

 p { color: rgb(198,190,188); }

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

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

 a { background-color: rgb(198,190,188); }

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

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

 span { border-color: rgb(198,190,188); }

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