#9CA2BE

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

Shades of Mischka #9CA2BE

Tints of Mischka #9CA2BE

Color information

#9CA2BE (or 0x9CA2BE) is unknown color: approx Mischka. HEX triplet: 9C, A2 and BE. RGB value is (156,162,190). Sum of RGB (Red+Green+Blue) = 156+162+190=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2BE is #635D41. Grayscale: #A3A3A3. Windows color (decimal): -6511938 or 12493468. OLE color: 12493468.

HSL color Cylindrical-coordinate representation of color #9CA2BE: hue angle of 229.41º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA2BE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156162190-
CMYK0.180.1500.25
HSL229.41º20.73%67.84%-
HSV(B)229.41º17.89%74.51%-
XYZ35.9236.6353.89-
YUV163.4143.01122.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=30.71%
G=31.89%
B=37.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561621900.180.1500.25229.4120.7367.84
Hex9CA2BE12F019e51544
Octal234242276221703134525104
Binary10011100101000101011111010010111101100111100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,190); }

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

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

 a { background-color: rgb(156,162,190); }

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

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

 span { border-color: rgb(156,162,190); }

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