#C6BDB5

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

Shades of Pale Slate #C6BDB5

Tints of Pale Slate #C6BDB5

Color information

#C6BDB5 (or 0xC6BDB5) is unknown color: approx Pale Slate. HEX triplet: C6, BD and B5. RGB value is (198,189,181). Sum of RGB (Red+Green+Blue) = 198+189+181=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDB5 is #39424A. Grayscale: #BEBEBE. Windows color (decimal): -3752523 or 11910598. OLE color: 11910598.

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

Color convert

RGB198189181-
CMYK00.050.090.22
HSL28.24º12.98%74.31%-
HSV(B)28.24º8.59%77.65%-
XYZ49.8351.7451.08-
YUV190.78122.48133.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=34.86%
G=33.27%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818918100.050.090.2228.2412.9874.31
HexC6BDB5059161cd4a
Octal3062752650511263415112
Binary11000110101111011011010101011001101101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDB5; }

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

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

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

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

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

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

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

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