#9CA1B6

Color #9CA1B6 Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #9CA1B6

Tints of Mischka #9CA1B6

Color information

#9CA1B6 (or 0x9CA1B6) is unknown color: approx Mischka. HEX triplet: 9C, A1 and B6. RGB value is (156,161,182). Sum of RGB (Red+Green+Blue) = 156+161+182=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #9CA1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1B6 is #635E49. Grayscale: #A1A1A1. Windows color (decimal): -6512202 or 11968924. OLE color: 11968924.

HSL color Cylindrical-coordinate representation of color #9CA1B6: hue angle of 228.46º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CA1B6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB156161182-
CMYK0.140.1200.29
HSL228.46º15.12%66.27%-
HSV(B)228.46º14.29%71.37%-
XYZ34.935.9449.35-
YUV161.9139.34123.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 182 (71.48% from 255) = 36.47%
R=31.26%
G=32.26%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561611820.140.1200.29228.4615.1266.27
Hex9CA1B6EC01De4f42
Octal234241266161403534417102
Binary100111001010000110110110111011000111011110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA1B6; }

 p { color: rgb(156,161,182); }

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

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

 a { background-color: rgb(156,161,182); }

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

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

 span { border-color: rgb(156,161,182); }

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