#C7C7BD

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

Shades of Moon Mist #C7C7BD

Tints of Moon Mist #C7C7BD

Color information

#C7C7BD (or 0xC7C7BD) is unknown color: approx Moon Mist. HEX triplet: C7, C7 and BD. RGB value is (199,199,189). Sum of RGB (Red+Green+Blue) = 199+199+189=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7BD is #383842. Grayscale: #C5C5C5. Windows color (decimal): -3684419 or 12437447. OLE color: 12437447.

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

Color convert

RGB199199189-
CMYK000.050.22
HSL60º8.2%76.08%-
HSV(B)60º5.03%78.04%-
XYZ53.1656.6656.28-
YUV197.86123128.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.90%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=33.90%
G=33.90%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199189000.050.22608.276.08
HexC7C7BD005163c84c
Octal307307275005267410114
Binary110001111100011110111101001011011011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7BD; }

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

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

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

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

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

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

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

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