#C6BDB9

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

Shades of Pale Slate #C6BDB9

Tints of Pale Slate #C6BDB9

Color information

#C6BDB9 (or 0xC6BDB9) is unknown color: approx Pale Slate. HEX triplet: C6, BD and B9. RGB value is (198,189,185). Sum of RGB (Red+Green+Blue) = 198+189+185=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDB9 is #394246. Grayscale: #BFBFBF. Windows color (decimal): -3752519 or 12172742. OLE color: 12172742.

HSL color Cylindrical-coordinate representation of color #C6BDB9: hue angle of 18.46º 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 #C6BDB9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB198189185-
CMYK00.050.070.22
HSL18.46º10.24%75.1%-
HSV(B)18.46º6.57%77.65%-
XYZ50.2451.953.27-
YUV191.24124.48132.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=34.62%
G=33.04%
B=32.34%

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
Decimal19818918500.050.070.2218.4610.2475.1
HexC6BDB90571612a4b
Octal306275271057262212113
Binary1100011010111101101110010101111101101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDB9; }

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

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

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

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

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

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

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

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