#C6BCB9

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

Shades of Pale Slate #C6BCB9

Tints of Pale Slate #C6BCB9

Color information

#C6BCB9 (or 0xC6BCB9) is unknown color: approx Pale Slate. HEX triplet: C6, BC and B9. RGB value is (198,188,185). Sum of RGB (Red+Green+Blue) = 198+188+185=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCB9 is #394346. Grayscale: #BEBEBE. Windows color (decimal): -3752775 or 12172486. OLE color: 12172486.

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

Color convert

RGB198188185-
CMYK00.050.070.22
HSL13.85º10.24%75.1%-
HSV(B)13.85º6.57%77.65%-
XYZ50.0351.4753.2-
YUV190.65124.81133.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=34.68%
G=32.92%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818818500.050.070.2213.8510.2475.1
HexC6BCB905716ea4b
Octal306274271057261612113
Binary110001101011110010111001010111110110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCB9; }

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

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

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

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

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

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

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

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