#C6C6BD

Color #C6C6BD Moon Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Mist #C6C6BD

Tints of Moon Mist #C6C6BD

Color information

#C6C6BD (or 0xC6C6BD) is unknown color: approx Moon Mist. HEX triplet: C6, C6 and BD. RGB value is (198,198,189). Sum of RGB (Red+Green+Blue) = 198+198+189=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C6BD is #393942. Grayscale: #C5C5C5. Windows color (decimal): -3750211 or 12437190. OLE color: 12437190.

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

Color convert

RGB198198189-
CMYK000.050.22
HSL60º7.32%75.88%-
HSV(B)60º4.55%77.65%-
XYZ52.6756.0756.19-
YUV196.97123.5128.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=33.85%
G=33.85%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198198189000.050.22607.3275.88
HexC6C6BD005163c74c
Octal30630627500526747114
Binary11000110110001101011110100101101101111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C6BD; }

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

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

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

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

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

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

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

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