#9CA1BA

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

Shades of Mischka #9CA1BA

Tints of Mischka #9CA1BA

Color information

#9CA1BA (or 0x9CA1BA) is unknown color: approx Mischka. HEX triplet: 9C, A1 and BA. RGB value is (156,161,186). Sum of RGB (Red+Green+Blue) = 156+161+186=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1BA is #635E45. Grayscale: #A2A2A2. Windows color (decimal): -6512198 or 12231068. OLE color: 12231068.

HSL color Cylindrical-coordinate representation of color #9CA1BA: hue angle of 230º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CA1BA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156161186-
CMYK0.160.1300.27
HSL230º17.86%67.06%-
HSV(B)230º16.13%72.94%-
XYZ35.3236.151.56-
YUV162.35141.34123.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=31.01%
G=32.01%
B=36.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561611860.160.1300.2723017.8667.06
Hex9CA1BA10D01Be61243
Octal234241272201503334622103
Binary10011100101000011011101010000110101101111100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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